diff lib/sshv2.c @ 865:1fae947d4418

2006-11-30 Brian Masney <masneyb@gftp.org> * lib/local.c lib/protocols.c lib/rfc959.c lib/sshv2.c src/gtk/gftp-gtk.c src/gtk/transfer.c src/uicommon/gftpui.c - removed unused variables
author masneyb
date Sat, 23 Dec 2006 19:44:19 +0000
parents 10e2ce91e26c
children d7cbef177dfc
line wrap: on
line diff
--- a/lib/sshv2.c	Sat Dec 23 19:29:16 2006 +0000
+++ b/lib/sshv2.c	Sat Dec 23 19:44:19 2006 +0000
@@ -198,7 +198,7 @@
 static char *
 _sshv2_generate_utf8_path (gftp_request * request, const char *str, size_t *len)
 {
-  char *path, *ret, *utf8;
+  char *path, *utf8;
 
   if (*str == '/')
     path = g_strdup (str);