retcode -> retval for exit message.

pull/1/head
nicm 2013-10-10 12:12:54 +00:00
parent eb26dbd072
commit a0404b6902
1 changed files with 1 additions and 1 deletions

View File

@ -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);