diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-06 11:26:00 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-06 11:26:00 +0000 |
commit | 8d36b9159f38815660b8c3b4a8e4ce48d0091bdc (patch) | |
tree | 6b68de9498d8f1fa11b799fd9dd4b3a4515ce811 /omusrmsg.c | |
parent | 52ac1ab34c257731efa237191ea765029d7fc8b5 (diff) | |
download | rsyslog-8d36b9159f38815660b8c3b4a8e4ce48d0091bdc.tar.gz rsyslog-8d36b9159f38815660b8c3b4a8e4ce48d0091bdc.tar.xz rsyslog-8d36b9159f38815660b8c3b4a8e4ce48d0091bdc.zip |
fixed typo (thanks to Michael Biebl)
Diffstat (limited to 'omusrmsg.c')
-rw-r--r-- | omusrmsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ void setutent(void) { assert(BSD_uf == NULL); if ((BSD_uf = fopen(_PATH_UTMP, "r")) == NULL) { - errmsg.LogError(NO_ERRNO, "%s", _PATH_UTMP); + errmsg.LogError(NO_ERRCODE, "%s", _PATH_UTMP); return; } } |