瀏覽代碼

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

Andrei Pelinescu-Onciul 17 年之前
父節點
當前提交
d91ccbbb9e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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");