[X2Go-Commits] x2gobroker.git - statusflag (branch) updated:	0.0.2.2-20-g36a3527
    X2Go dev team 
    git-admin at x2go.org
       
    Tue Jun  4 22:32:51 CEST 2013
    
    
  
The branch, statusflag has been updated
       via  36a3527b65295eb3e208fb03d065e3d8fadd124c (commit)
      from  346d97f4a8d1428e6e945a08c3ed7ba69a09b308 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 36a3527b65295eb3e208fb03d065e3d8fadd124c
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jun 4 22:32:48 2013 +0200
    fix pubkey removal
-----------------------------------------------------------------------
Summary of changes:
 x2gobroker/agent.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/x2gobroker/agent.py b/x2gobroker/agent.py
index 1a169b4..c97973f 100644
--- a/x2gobroker/agent.py
+++ b/x2gobroker/agent.py
@@ -263,7 +263,7 @@ def delete_authorized_key(username, pubkey_hash, authorized_keys_file='%h/.x2go/
 
     """
     # this is for the logger output
-    if remote_agent is None:
+    if remote_agent in  (None, u'LOCAL'):
         _hostname = 'LOCAL'
     else:
         _hostname = remote_agent['hostname']
hooks/post-receive
-- 
x2gobroker.git (HTTP(S) Session broker for X2Go)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2gobroker.git" (HTTP(S) Session broker for X2Go).
    
    
More information about the x2go-commits
mailing list