2
0
Эх сурвалжийг харах

uac: minor spelling fix in docs

Henning Westerholt 6 жил өмнө
parent
commit
e7061ee85d

+ 1 - 1
src/modules/uac/doc/uac_admin.xml

@@ -950,7 +950,7 @@ if(uac_reg_request_to("$fU", 0))
 failure_route[REMOTE_AUTH] {
 failure_route[REMOTE_AUTH] {
 	if ($T_reply_code == 401 or $T_reply_code == 407) {
 	if ($T_reply_code == 401 or $T_reply_code == 407) {
 		xlog("L_NOTICE", "Remote asked for authentication");
 		xlog("L_NOTICE", "Remote asked for authentication");
-		uac_auth()
+		uac_auth();
 	}
 	}
 }
 }
 ...
 ...