Re: [Plugins-writers] Bugs.nessus.org down?

From: Michel Arboi (mikhail@private)
Date: Sat Nov 20 2004 - 04:52:47 PST


On Tue Nov 16 2004 at 20:45, Michael Scheidell wrote:

>   page = recv(socket:soc, length:50);
>   close(soc);
> -
> + if(!soc)exit(0);
>   soc = open_sock_tcp(port);

Mmmhhh... That's rather :

  close(soc);
  soc = open_sock_tcp(port);
+ if (!soc) continue;

No?


_______________________________________________
Plugins-writers mailing list
Plugins-writers@private
http://mail.nessus.org/mailman/listinfo/plugins-writers



This archive was generated by hypermail 2.1.3 : Sat Nov 20 2004 - 04:53:09 PST