From 0b2942d8f629ffd81fe3526ea703d4e7b9de33c8 Mon Sep 17 00:00:00 2001 From: zacheiss Date: Sun, 4 Sep 2005 16:51:50 +0000 Subject: [PATCH] Request newer version of queries to match up with value of U_END we rely on. --- clients/chsh/chsh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/chsh/chsh.c b/clients/chsh/chsh.c index 1d22d032..14cdfeae 100644 --- a/clients/chsh/chsh.c +++ b/clients/chsh/chsh.c @@ -96,7 +96,7 @@ int main(int argc, char *argv[]) if (unixflg && windowsflg) usage(); - if (mrcl_connect(server, "chsh", 3, 1) != MRCL_SUCCESS) + if (mrcl_connect(server, "chsh", 11, 1) != MRCL_SUCCESS) exit(1); /* First, do an access check */ -- 2.45.2