Is this code correct?
"Edwards, Scott (MED, Kelly IT Resouces)" <[email protected]> Sat, 6 Mar 2004 14:43:27 -0600
| Newsgroups | gmane.network.pump |
|---|---|
| Message-ID | <1F6D1D1660975A4887628A011443A1BC0305E2AA@uswaumsx13medge.med.ge.com> |
Hello,
I am trying to get pump working on Fedora Core 2 Test 1 and I happened
to notice this code snippet in the dhcp.c handleTransaction function:
switch (pumpUptime() & 4) {
case 0: if (nextTimeout >= 2) nextTimeout--; break;
case 1: nextTimeout++; break;
}
it seems to me that case 1: could never occur because you are anding it
with 4? Or am I missing something?
Thanks
-Scott