Comment 5 for bug 405804

Revision history for this message
Tim Waugh (twaugh) wrote :

How about the serial number (i.e. "SN:...")?

Incidentally, Till, you made a mistake porting that patch to 3.9.6b:

+ if (fd == FD_NA)

that should read

+ if (fd == FD_MAX)