fix monitor.c

This commit is contained in:
William Pitcock 2008-04-01 20:03:40 -05:00
parent 301061562a
commit 95b3551e55

View file

@ -49,7 +49,7 @@ init_monitor(void)
static inline unsigned int
hash_monitor_nick(const char *name)
{
return fnv_hash_upper((const unsigned char *)name, MONITOR_HASH_BITS, 0);
return fnv_hash_upper((const unsigned char *)name, MONITOR_HASH_BITS);
}
struct monitor *