sigh...remove extra ,
[mirror/userdir-ldap.git] / ud-generate
index 16fe435..936dbd9 100755 (executable)
@@ -465,7 +465,7 @@ def GenSSHKnown(l,File):
          if SHost == None:
             Line = "%s,%s %s" %(Host,gethostbyname(Host),I);
          else:
-            Line = "%s,%s,%s %s" %(Host,Host[0:SHost],,gethostbyname(Host),I);
+            Line = "%s,%s,%s %s" %(Host,Host[0:SHost],gethostbyname(Host),I);
          Line = Sanitize(Line) + "\n";
          F.write(Line);
          Fdb.write("+%d,%d:%s->%s\n"%(len(Host),len(I),Host,I));