Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 133242
Collapse All | Expand All

(-)src/client.c (+3 lines)
Lines 1167-1172 Link Here
1167
	  if (FD_ISSET(dhcpSocket, &rset))
1167
	  if (FD_ISSET(dhcpSocket, &rset))
1168
	    while (recvfrom(dhcpSocket,(void *)foobuf,sizeof(foobuf),0,NULL,NULL) != -1 );
1168
	    while (recvfrom(dhcpSocket,(void *)foobuf,sizeof(foobuf),0,NULL,NULL) != -1 );
1169
	}
1169
	}
1170
1171
      /* Sleep for a second so we don't gobble CPU time */
1172
      sleep(1);
1170
    }
1173
    }
1171
}
1174
}
1172
/*****************************************************************************/
1175
/*****************************************************************************/

Return to bug 133242