git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e10fa46
)
s3: Fix the build of net_afs.c with --fake-kaserver=yes, bug 7216
author
Volker Lendecke
<vl@samba.org>
Sat, 6 Mar 2010 11:57:35 +0000
(12:57 +0100)
committer
Volker Lendecke
<vl@samba.org>
Sat, 6 Mar 2010 12:00:53 +0000
(13:00 +0100)
Thanks to Geza Gemes <geza@kzsdabas.hu> for filing this bug
source3/utils/net_afs.c
patch
|
blob
|
history
diff --git
a/source3/utils/net_afs.c
b/source3/utils/net_afs.c
index 6aea513300bd970cd283d65c9e1c1a51d413e352..26259c12c09ce6f44e1f18e9ba8ec593dda46dbb 100644
(file)
--- 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;
}