On Sat, 03 May 2008 16:43:44 +0200 Julien BLACHE <[EMAIL PROTECTED]> wrote:
> > And I can perfectly reproduce it here, debug output from epson2 shows > this: > > May 3 16:18:39 thumper saned[23647]: [epson2] attach: devname = > autodiscovery, type = 4 > May 3 16:18:39 thumper saned[23647]: [epson2] attach: opening autodiscovery, > type = 4 > May 3 16:18:39 thumper saned[23647]: [epson2] e2_network_discovery, sent > discovery packet > May 3 16:18:40 thumper saned[23647]: [epson2] e2_network_discovery, end > May 3 16:18:40 thumper saned[23647]: [epson2] close_scanner: fd = 0 > > So it looks like a scanner object was created in epson2, with a fd set > to 0, and the data the network client is most probably some data sent > by the epson2 backend over fd 0. > > Somebody should be grabbing a brown paper bag right now :-) > > Alessandro, the fd in struct Epson_Scanner should be initialized to -1 > right after the struct gets allocated and zeroed out. I'm committing a > fix to the CVS. > > Thanks a lot for tracking that one down! My fault, thanks for the fix! -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

