Sfoglia il codice sorgente

- compilation fix (typo, some shell command pasted into the code)

Andrei Pelinescu-Onciul 17 anni fa
parent
commit
d91ccbbb9e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      modules_s/auth_identity/auth_identity.c

+ 1 - 1
modules_s/auth_identity/auth_identity.c

@@ -174,7 +174,7 @@ static int mod_init(void)
 	}
 	if (!glb_authservice_disabled && glb_sservercerturl[0]==0) {
 		LOG(L_WARN, "AUTH_IDENTITY:mod_init: URL of certificate of the server is missing! Authorization service is disabled\n");
-		glb_authservice_disabled=1;openssl verify -CAfile cacert.pem alicecert.pem
+		glb_authservice_disabled=1;
 	}
 	if (!glb_authservice_disabled && glb_sservercertpath[0]==0) {
 		LOG(L_WARN, "AUTH_IDENTITY:mod_init: Path of certificate of the server is missing! Authorization service is disabled\n");