Fix a few spots where when I did the update for EXIT_ I made more
[awesomized/libmemcached] / libhashkit / hsieh.c
index cb5af8aec74524540fd97afb2b1bac0ffd797c07..ba46ed2cdf71c3b59e1f43691703885722c7c4f5 100644 (file)
@@ -23,7 +23,7 @@ uint32_t hashkit_hsieh(const char *key, size_t key_length, void *context __attri
   int rem;
 
   if (key_length <= 0 || key == NULL)
-    return EXIT_SUCCESS;
+    return 0;
 
   rem = key_length & 3;
   key_length >>= 2;