浏览代码

uac: reset registration authentication flag

- reported by  rene montilva (fs#352)
Daniel-Constantin Mierla 12 年之前
父节点
当前提交
bc66a385e8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/uac/uac_reg.c

+ 1 - 1
modules/uac/uac_reg.c

@@ -646,7 +646,7 @@ error:
 		ri->flags |= UAC_REG_DISABLED;
 done:
 	if(ri)
-		ri->flags &= ~UAC_REG_ONGOING|UAC_REG_AUTHSENT;
+		ri->flags &= ~(UAC_REG_ONGOING|UAC_REG_AUTHSENT);
 	shm_free(uuid);
 }