This commit is contained in:
fyodor 2005-12-07 07:37:29 +00:00
parent 20a2881462
commit 453981b882
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Nmap Changelog ($Id$)
o Fixed a crash in IPID Idle scan. Thanks to Ron
(iago(a)valhallalegends.com>, Bakeman (bakeman(a)physics.unr.edu),
and others for reporting the problem.
3.94ALPHA3
o Updated NmapFE to build with GTK2 rather than obsolete GTK1. Thanks

View file

@ -311,7 +311,6 @@ void initialize_idleproxy(struct idle_proxy_info *proxy, char *proxyName,
for(i=0; i < NUM_IPID_PROBES; i++) probe_returned[i] = 0;
// memset(proxy, 0, sizeof(*proxy));
initialize_proxy_struct(proxy);
initialize_timeout_info(&proxy->host.to);