Fixed a typo that was causing a race condition error.
[awesomized/libmemcached] / libmemcached / behavior.c
index 7ca97e3a716cccb85a4deb9308f19fa50ce613e1..f1573b608653e86dc0629b4438736130c835fcde 100644 (file)
@@ -238,7 +238,7 @@ memcached_return_t memcached_behavior_set(memcached_st *ptr,
   return MEMCACHED_SUCCESS;
 }
 
-inline bool _is_auto_eject_host(const memcached_st *ptr)
+bool _is_auto_eject_host(const memcached_st *ptr)
 {
   return ptr->flags.auto_eject_hosts;
 }