SA Bugzilla – Bug 2246
dubious use of 'Server' handle in restart_handler()
Last modified: 2003-07-21 22:32:06 UTC
ok, I grepped our sources, grepped the whole Perl lib but nowhere could I find a handle 'Server' as it's used in restart_handler(). Except in an example in perlipc ;-) if (!eof Server) { shutdown (Server, 2); close Server; Justin, you committed that lines in rev. 1.184 -- what does it do? Or what *should* it do? :o) I think it might be the reason for bug 2225.
Created attachment 1174 [details] patch against spamd.raw I guess that code is really nonsense, as with this patch HUPing spamd under Perl 5.005 works. Please review.
+1
+1. Server must have been left over from when that's what it was called, oops. code rot...
committed. seems like this didn't fix 2225 though :-(