]> sjero.net Git - wget/commitdiff
[svn] Set last_info.
authorhniksic <devnull@localhost>
Fri, 7 Nov 2003 16:46:01 +0000 (08:46 -0800)
committerhniksic <devnull@localhost>
Fri, 7 Nov 2003 16:46:01 +0000 (08:46 -0800)
src/ChangeLog
src/connect.c

index 7227bdfb9e1a2e814f05573dce018805e2c3288d..9ee108ba5a6e864f5e2055d38f7ab7d05284e419 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * connect.c (LAZY_RETRIEVE_INFO): Set LAST_INFO.
+
 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * hash.c (NON_EMPTY): Use the all-bit-set value as the marker that
index 111969f8963af09c30a70473ee1539786b05c298..c835fa92a2e3126038a69bfebb81d56b20acb8a6 100644 (file)
@@ -660,6 +660,7 @@ register_extended (int fd, xreader_t reader, xwriter_t writer,
     {                                                                  \
       info = hash_table_get (extended_map, (void *) fd);               \
       last_fd = fd;                                                    \
+      last_info = info;                                                        \
       last_tick = extended_map_modified_tick;                          \
     }                                                                  \
 } while (0)