* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: dispatch.c,v 1.101.2.6.2.13.6.3 2007/06/26 06:09:08 marka Exp $ */
+/* $Id: dispatch.c,v 1.101.2.6.2.13.6.4 2007/06/27 04:19:50 marka Exp $ */
#include <config.h>
* We don't care about locking access to nsid_hash_state.
* In fact races make the result even more non deteministic.
*/
- while (len-- > 0) {
+ while (len-- > 0U) {
nsid_hash_state = NSID_HASHROTATE(nsid_hash_state);
nsid_hash_state += *p++;
}