diff lib/bookmark.c @ 177:aec4b4541d3a

2003-6-9 Brian Masney <masneyb@gftp.org> * lib/bookmark.c lib/gftp.h lib/local.c lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c - make return value of *_set_config_options() be an integer * lib/rfc2068.c lib/rfc959.c - return the error code of gftp_connect_server() if there was a connection problem
author masneyb
date Tue, 10 Jun 2003 12:03:54 +0000
parents 4c288d05b26a
children 13ca1defdc75
line wrap: on
line diff
--- a/lib/bookmark.c	Mon Jun 09 23:16:53 2003 +0000
+++ b/lib/bookmark.c	Tue Jun 10 12:03:54 2003 +0000
@@ -89,8 +89,7 @@
   request->use_threads = 0;
   request->use_cache = 0;
   request->always_connected = 0;
-  gftp_set_config_options (request);
 
-  return (0);
+  return (gftp_set_config_options (request));
 }