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:
09ee51a
)
Possible fix for solaris compiler.
author
Brian Aker
<brian@gaz>
Fri, 5 Feb 2010 01:18:57 +0000
(17:18 -0800)
committer
Brian Aker
<brian@gaz>
Fri, 5 Feb 2010 01:18:57 +0000
(17:18 -0800)
libmemcached/result.c
patch
|
blob
|
history
diff --git
a/libmemcached/result.c
b/libmemcached/result.c
index 907823d8b5b21d4fb83768d071be3a1f1ff263a9..f673413bf25fe69f923356a33dd3063aa38b531d 100644
(file)
--- a/
libmemcached/result.c
+++ b/
libmemcached/result.c
@@
-32,7
+32,6
@@
memcached_result_st *memcached_result_create(const memcached_st *memc,
memcached_result_st *ptr)
{
WATCHPOINT_ASSERT(memc);
- WATCHPOINT_ASSERT(memc->options.is_initialized);
/* Saving malloc calls :) */
if (ptr)