Explorar o código

uac: minor spelling fix in docs

Henning Westerholt %!s(int64=6) %!d(string=hai) anos
pai
achega
e7061ee85d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/modules/uac/doc/uac_admin.xml

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

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