summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-03-06 12:57:35 +0100
committerKarolin Seeger <kseeger@samba.org>2010-03-29 09:41:00 +0200
commitbde82007c6748252413360244a4b9dc9e06eeafb (patch)
treec578f74a6b8710eca29967b9ec02e46cea16ca12 /source3/utils
parentd06bf1173728c32f9067c84eb28b21281f1c85e7 (diff)
downloadsamba-bde82007c6748252413360244a4b9dc9e06eeafb.tar.gz
s3: Fix the build of net_afs.c with --fake-kaserver=yes, bug 7216
Thanks to Geza Gemes <geza@kzsdabas.hu> for filing this bug (cherry picked from commit 5a3633faf12cdec41dc18064d5364a3fd067a22d) (cherry picked from commit cb627d3628da1da3c167de3b319cd92948e862eb)
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/net_afs.c2
1 files changed, 1 insertions, 1 deletions
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;
}