On Thu, Oct 30, 2003 at 02:46:56PM +0100, Do Van, Tan wrote:
> What is it for?
> 
> #if(!get_kb_item("SMB/messenger")) 
> #{
> #     if (debug) display("Messenger Service disabled!\n");
> #     exit(0);
> #}
> 
> I can't find the function kb_smb_messenger...

This part is commented out. It would optimize this check by exitting
right away if messenger is disabled. I disabled this function because I
assumed that some people would run this check in command line and it
would produce false negatives in this case.

Reply via email to