[cups.bugs] [LOW] STR #2608: Typo in backend/ipp.c?

twaugh.redhat twaugh at redhat.com
Tue Nov 20 09:29:17 PST 2007


DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Should this:

     /*
      * Wait 1-10 seconds before polling again...
      */

      sleep(delay);

      delay ++;
      if (delay > 10)
        delay = 1;

really reset delay to 1, or is that last line intended to read "delay =
10;"?

Link: http://www.cups.org/str.php?L2608
Version: 1.3.4





More information about the cups mailing list