[Pkg-samba-maint] [samba] 97/135: testsuit: Fix fprintf format.
Ivo De Decker
ivodd at moszumanska.debian.org
Sat Jan 11 21:30:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
ivodd pushed a commit to branch master
in repository samba.
commit eabee6bc3a9458ea4e0601ac39e72995d4c45d36
Author: Andreas Schneider <asn at samba.org>
Date: Fri Nov 15 17:02:13 2013 +0100
testsuit: Fix fprintf format.
Signed-off-by: Andreas Schneider <asn at samba.org>
Reviewed-by: Jeremy Allison <jra at samba.org>
(cherry picked from commit 69b3a0cb3f2736e98c20dabb43c201af0c004f67)
---
testsuite/nsswitch/getgrent_r.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/nsswitch/getgrent_r.c b/testsuite/nsswitch/getgrent_r.c
index 4f1f0ce..883c897 100644
--- a/testsuite/nsswitch/getgrent_r.c
+++ b/testsuite/nsswitch/getgrent_r.c
@@ -32,7 +32,7 @@ void dump_grent(char *id)
setgrent();
while((gr = getgrent()) != NULL) {
- fprintf(fptr,"%s:%s:%d:%d\n", gr->gr_name, gr->gr_passwd,
+ fprintf(fptr,"%s:%s:%d\n", gr->gr_name, gr->gr_passwd,
gr->gr_gid);
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-samba/samba.git
More information about the Pkg-samba-maint
mailing list