mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Set last_info.
This commit is contained in:
parent
3ad652868c
commit
4a2a06a881
@ -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>
|
2003-11-07 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* hash.c (NON_EMPTY): Use the all-bit-set value as the marker that
|
* hash.c (NON_EMPTY): Use the all-bit-set value as the marker that
|
||||||
|
@ -660,6 +660,7 @@ register_extended (int fd, xreader_t reader, xwriter_t writer,
|
|||||||
{ \
|
{ \
|
||||||
info = hash_table_get (extended_map, (void *) fd); \
|
info = hash_table_get (extended_map, (void *) fd); \
|
||||||
last_fd = fd; \
|
last_fd = fd; \
|
||||||
|
last_info = info; \
|
||||||
last_tick = extended_map_modified_tick; \
|
last_tick = extended_map_modified_tick; \
|
||||||
} \
|
} \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
Loading…
Reference in New Issue
Block a user