shishi-commit
[Top][All Lists]
Advanced

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

CVS shishi/lib


From: shishi-commit
Subject: CVS shishi/lib
Date: Thu, 14 Oct 2004 23:05:59 +0200

Update of /home/cvs/shishi/lib
In directory dopio:/tmp/cvs-serv4003

Modified Files:
        hostkeys.c 
Log Message:
(shishi_hostkeys_default_file): Fix mem leak.  Perhaps too slow now?
Could be optimized.


--- /home/cvs/shishi/lib/hostkeys.c     2004/07/11 16:51:26     1.10
+++ /home/cvs/shishi/lib/hostkeys.c     2004/10/14 21:05:59     1.11
@@ -35,7 +35,7 @@
 
   envfile = getenv ("SHISHI_KEYS");
   if (envfile)
-    return xstrdup (envfile);
+    shishi_hostkeys_default_file_set (handle, envfile);
 
   if (!handle->hostkeysdefaultfile)
     handle->hostkeysdefaultfile = xstrdup (HOSTKEYSFILE);





reply via email to

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