commit | 279df2cc7565afe0e2d76a0e896df2627aaa9e4a | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <[email protected]> | Thu Jul 16 22:03:03 2015 +0000 |
committer | Dmitry V. Levin <[email protected]> | Thu Jul 16 22:58:12 2015 +0000 |
tree | 7b52b27641c2eac8020ab484259d9f4272a235ae | |
parent | aa06f46d01d730cd027da114948828ca778804b7 [diff] [blame] |
syslog.c: make use of RVAL_DECODED * syslog.c (sys_syslog): Update for RVAL_DECODED.
diff --git a/syslog.c b/syslog.c index 6dac3d9..e270060 100644 --- a/syslog.c +++ b/syslog.c
@@ -34,11 +34,9 @@ return 0; break; default: - if (entering(tcp)) { - printaddr(tcp->u_arg[1]); - tprintf(", %lu", tcp->u_arg[2]); - } - return 0; + printaddr(tcp->u_arg[1]); + tprintf(", %lu", tcp->u_arg[2]); + return RVAL_DECODED; } /* bufp */