From bde82007c6748252413360244a4b9dc9e06eeafb Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 6 Mar 2010 12:57:35 +0100 Subject: [PATCH] s3: Fix the build of net_afs.c with --fake-kaserver=yes, bug 7216 Thanks to Geza Gemes for filing this bug (cherry picked from commit 5a3633faf12cdec41dc18064d5364a3fd067a22d) (cherry picked from commit cb627d3628da1da3c167de3b319cd92948e862eb) --- source3/utils/net_afs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/utils/net_afs.c b/source3/utils/net_afs.c index 6aea513300b..26259c12c09 100644 --- a/source3/utils/net_afs.c +++ b/source3/utils/net_afs.c @@ -45,7 +45,7 @@ int net_afs_key(struct net_context *c, int argc, const char **argv) } if ((fd = open(argv[0], O_RDONLY, 0)) < 0) { - d_fprintf(stderr, _("Could not open %s\n", argv[0])); + d_fprintf(stderr, _("Could not open %s\n"), argv[0]); return -1; } -- 2.11.4.GIT