[X2Go-Commits] [x2gobroker] 02/04: typo fix

git-admin at x2go.org git-admin at x2go.org
Thu Mar 20 08:32:19 CET 2014


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

x2go pushed a commit to branch master
in repository x2gobroker.

commit 29a4fe99c2a3adc993f1d163f5c65f1eb1fe6ecf
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Mar 20 08:30:55 2014 +0100

    typo fix
---
 sbin/x2gobroker-testagent |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/x2gobroker-testagent b/sbin/x2gobroker-testagent
index d744a1a..e927225 100755
--- a/sbin/x2gobroker-testagent
+++ b/sbin/x2gobroker-testagent
@@ -185,7 +185,7 @@ if __name__ == "__main__":
     kwargs = {}
     pubkey = cmdline_args.pubkey
     if (task == 'addauthkey' or task == 'delauthkey') and not pubkey:
-        pubkey, privvkey = x2gobroker.agent.genkeypair(local_username=username, client_address="localhost")
+        pubkey, privkey = x2gobroker.agent.genkeypair(local_username=username, client_address="localhost")
 
     if pubkey:
         kwargs.update({

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git



More information about the x2go-commits mailing list