summaryrefslogtreecommitdiffstats
path: root/cmd-queue.c
diff options
context:
space:
mode:
authornicm <nicm>2013-10-10 12:12:54 +0000
committernicm <nicm>2013-10-10 12:12:54 +0000
commita0404b69026f420c8a1c35b6d017047f208cd322 (patch)
tree3086fb63693770f0c80bb8ec6d186f4b8670651f /cmd-queue.c
parenteb26dbd0724075e3cc316f722ff934de46458eb4 (diff)
retcode -> retval for exit message.
Diffstat (limited to 'cmd-queue.c')
-rw-r--r--cmd-queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-queue.c b/cmd-queue.c
index 1eacb4bc..b2030e69 100644
--- a/cmd-queue.c
+++ b/cmd-queue.c
@@ -143,7 +143,7 @@ cmdq_error(struct cmd_q *cmdq, const char *fmt, ...)
evbuffer_add(c->stderr_data, "\n", 1);
server_push_stderr(c);
- c->retcode = 1;
+ c->retval = 1;
} else {
*msg = toupper((u_char) *msg);
status_message_set(c, "%s", msg);