diff lib/sshv2.c @ 284:9f121f62284b

2003-10-12 Brian Masney <masneyb@gftp.org> * lib/sshv2.c - fixed crash when deleting subdirectories with the SSH2 protocol.
author masneyb
date Mon, 13 Oct 2003 00:24:06 +0000
parents 41af60bc1f88
children 51725086634d
line wrap: on
line diff
--- a/lib/sshv2.c	Wed Oct 08 08:33:02 2003 +0000
+++ b/lib/sshv2.c	Mon Oct 13 00:24:06 2003 +0000
@@ -1396,8 +1396,8 @@
       sshv2_message_free (&message);
       return (0);
     }
-  else
-    return (sshv2_getcwd (request));
+
+  return (0);
 }