projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
e229a51
)
Fix op gcc error on old Debian.
author
Brian Aker
<brian@tangent.org>
Mon, 17 Sep 2012 20:52:48 +0000
(16:52 -0400)
committer
Brian Aker
<brian@tangent.org>
Mon, 17 Sep 2012 20:52:48 +0000
(16:52 -0400)
tests/libmemcached_world.h
patch
|
blob
|
history
diff --git
a/tests/libmemcached_world.h
b/tests/libmemcached_world.h
index 5147e1a42a4e0c44acbfc53673b5bcfa8f083d90..6bb0a8712f6edddda244413d4c5a553ab2586e8d 100644
(file)
--- a/
tests/libmemcached_world.h
+++ b/
tests/libmemcached_world.h
@@
-49,7
+49,7
@@
static void *world_create(libtest::server_startup_st& servers, test_return_t& er
return NULL;
}
- if (servers.sasl() and (
LIBMEMCACHED_WITH_SASL_SUPPORT == 0 or MEMCACHED_SASL_BINARY == 0
))
+ if (servers.sasl() and (
(LIBMEMCACHED_WITH_SASL_SUPPORT == 0) or (MEMCACHED_SASL_BINARY == 0)
))
{
error= TEST_SKIPPED;
return NULL;