diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-02-21 08:14:01 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-02-21 08:14:01 +0100 |
commit | 4d35185317fd03e2a820013e7ab3ca5c760db670 (patch) | |
tree | 80c16375fb21ebbc37c0d6d6a16e5b7cfb6e7300 /tools | |
parent | 2f1ef6164afa3a91f0bdd92507d0e8d557bea555 (diff) | |
download | rsyslog-4d35185317fd03e2a820013e7ab3ca5c760db670.tar.gz rsyslog-4d35185317fd03e2a820013e7ab3ca5c760db670.tar.xz rsyslog-4d35185317fd03e2a820013e7ab3ca5c760db670.zip |
regression: fixed compile error with --enable-debug
Diffstat (limited to 'tools')
-rw-r--r-- | tools/iminternal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/iminternal.c b/tools/iminternal.c index 12534ba0..167e2b29 100644 --- a/tools/iminternal.c +++ b/tools/iminternal.c @@ -123,7 +123,6 @@ rsRetVal iminternalRemoveMsg(msg_t **ppMsg) iminternal_t *pThis; linkedListCookie_t llCookie = NULL; - assert(pPri != NULL); assert(ppMsg != NULL); CHKiRet(llGetNextElt(&llMsgs, &llCookie, (void*)&pThis)); |