gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: fix ugliness that is not us


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix ugliness that is not used / useful
Date: Wed, 03 Apr 2019 11:12:52 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new dec59b98f fix ugliness that is not used / useful
dec59b98f is described below

commit dec59b98f84b1f3d515e1a2322ff44dfd250620e
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Apr 3 11:12:46 2019 +0200

    fix ugliness that is not used / useful
---
 src/gns/gnunet-gns-proxy-setup-ca.in | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/src/gns/gnunet-gns-proxy-setup-ca.in 
b/src/gns/gnunet-gns-proxy-setup-ca.in
index aa06907e3..da0175594 100644
--- a/src/gns/gnunet-gns-proxy-setup-ca.in
+++ b/src/gns/gnunet-gns-proxy-setup-ca.in
@@ -174,10 +174,6 @@ _usage_
 #                 GNUNET_CONFIG_FILE="${OPTARG}"
 #                 export GNUNET_CONFIG_FILE
 #                 ;;
-#             -f)
-#                 GNUNET_PASS_FILENAME=1
-#                 export GNUNET_PASS_FILENAME
-#                 ;;
 #             -v)
 #                 print_version
 #                 ;;
@@ -281,12 +277,7 @@ generate_ca()
     else
         GNUNET_CONFIG=""
     fi
-    if [ GNUNET_PASS_FILENAME ]; then
-        GNUNET_OPT_F=""
-    else
-        GNUNET_OPT_F=" -f "
-    fi
-    GNS_CA_CERT_PEM=`gnunet-config ${GNUNET_CONFIG} -s gns-proxy -o 
PROXY_CACERT ${GNUNET_OPT_F} -f ${options}`
+    GNS_CA_CERT_PEM=`gnunet-config ${GNUNET_CONFIG} -s gns-proxy -o 
PROXY_CACERT -f ${options}`
     mkdir -p `dirname $GNS_CA_CERT_PEM`
 
     # Bad names etc.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]