Browse Source

uac: reset registration authentication flag

- reported by  rene montilva (fs#352)
Daniel-Constantin Mierla 12 years ago
parent
commit
bc66a385e8
1 changed files with 1 additions and 1 deletions
  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);
 }