Ver Fonte

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

Andrei Pelinescu-Onciul há 17 anos atrás
pai
commit
d91ccbbb9e
1 ficheiros alterados com 1 adições e 1 exclusões
  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");