summaryrefslogtreecommitdiffstats
path: root/runtime/wtp.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-23 16:02:42 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-23 16:02:42 +0200
commit8159d0a117837ed573e80cf86f4f013bf9534ab2 (patch)
tree3c3ef9a4b32a1165d379c71de3abe497b3abc1e2 /runtime/wtp.c
parent6c5264159c099ddc4d06590508980ee53a83b67b (diff)
downloadrsyslog-8159d0a117837ed573e80cf86f4f013bf9534ab2.tar.gz
rsyslog-8159d0a117837ed573e80cf86f4f013bf9534ab2.tar.xz
rsyslog-8159d0a117837ed573e80cf86f4f013bf9534ab2.zip
fixed abort condition in DA mode
Diffstat (limited to 'runtime/wtp.c')
-rw-r--r--runtime/wtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/wtp.c b/runtime/wtp.c
index a23e85f9..9891a55c 100644
--- a/runtime/wtp.c
+++ b/runtime/wtp.c
@@ -78,7 +78,7 @@ wtpGetDbgHdr(wtp_t *pThis)
/* Not implemented dummy function for constructor */
-static rsRetVal NotImplementedDummy() { return RS_RET_OK; }
+static rsRetVal NotImplementedDummy() { return RS_RET_NOT_IMPLEMENTED; }
/* Standard-Constructor for the wtp object
*/
BEGINobjConstruct(wtp) /* be sure to specify the object type also in END macro! */