diff lib/misc.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 38bfc112ab46
children 83cfffb2878a
line wrap: on
line diff
--- a/lib/misc.c	Wed Mar 17 12:00:08 2004 +0000
+++ b/lib/misc.c	Wed Mar 17 13:03:25 2004 +0000
@@ -611,6 +611,7 @@
 
   gftp_copy_local_options (&newreq->local_options_vars, 
                            &newreq->local_options_hash,
+                           &newreq->num_local_options_vars,
                            req->local_options_vars,
                            req->num_local_options_vars);