]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurityd/lib/ssclient.cpp
Security-59754.41.1.tar.gz
[apple/security.git] / OSX / libsecurityd / lib / ssclient.cpp
index a6341b1202d6796d58bf32c961441053ea364e30..6f15092ba81303a9c23bb3e1cd5679dce67472b3 100644 (file)
@@ -166,9 +166,7 @@ Port ClientSession::findSecurityd()
 {
        if (!mContactName)
        {
-               mContactName = getenv(SECURITYSERVER_BOOTSTRAP_ENV);
-               if (!mContactName)
-                       mContactName = SECURITYSERVER_BOOTSTRAP_NAME;
+               mContactName = SECURITYSERVER_BOOTSTRAP_NAME;
        }
 
     secinfo("SSclnt", "Locating %s", mContactName);