From: ian Date: Tue, 14 Oct 1997 13:05:25 +0000 (+0000) Subject: Fix builtin version msg. X-Git-Tag: release-0-58~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=commitdiff_plain;h=85ee77f0d13fdc0d9cf1f6340c6bfcc27f959794 Fix builtin version msg. --- diff --git a/Changelog b/Changelog index 9ea9b1c..11b83d7 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,10 @@ +userv (0.57.1); urgency=high + + * `builtin version' service had error message and errno string reserve + values exchanged. + + -- + userv (0.57); urgency=high * Services provided by root work ! diff --git a/servexec.c b/servexec.c index 41c6d37..a924e05 100644 --- a/servexec.c +++ b/servexec.c @@ -76,8 +76,8 @@ void bisexec_version(const char *const *argv) { BASE_MAGIC, MAX_ALLOW_FD, MAX_GENERAL_STRING, MAX_GIDS, MAX_OVERRIDE_LEN, - MAX_ARGSDEFVAR, ERRMSG_RESERVE_ERRNO, - MAX_INCLUDE_NEST, MAX_ERRMSG_LEN); + MAX_ARGSDEFVAR, MAX_ERRMSG_LEN, + MAX_INCLUDE_NEST, ERRMSG_RESERVE_ERRNO); for (i=0, p=protocolchecksumversion; i