diff lib/protocols.c @ 429:1d45758e5cf5

2004-3-17 Brian Masney <masneyb@gftp.org> * lib/config_file.c lib/gftp.h lib/misc.c lib/protocols.c src/gtk/bookmarks.c (gftp_copy_local_options) - in the new options that are copied, update the the number of options that are stored.
author masneyb
date Wed, 17 Mar 2004 13:03:25 +0000
parents 4cee2498761d
children 6b1e4bd20ae4
line wrap: on
line diff
--- a/lib/protocols.c	Wed Mar 17 12:00:08 2004 +0000
+++ b/lib/protocols.c	Wed Mar 17 13:03:25 2004 +0000
@@ -626,6 +626,7 @@
 
   gftp_copy_local_options (&request->local_options_vars,
                            &request->local_options_hash,
+                           &request->num_local_options_vars,
                            tempentry->local_options_vars,
                            tempentry->num_local_options_vars);