[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sat Mar 6 05:01:16 MST 2010


The branch, master has been updated
       via  5a3633f... s3: Fix the build of net_afs.c with --fake-kaserver=yes, bug 7216
      from  e10fa46... LDB:tools - change counters to be unsigned

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 5a3633faf12cdec41dc18064d5364a3fd067a22d
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Mar 6 12:57:35 2010 +0100

    s3: Fix the build of net_afs.c with --fake-kaserver=yes, bug 7216
    
    Thanks to Geza Gemes <geza at kzsdabas.hu> for filing this bug

-----------------------------------------------------------------------

Summary of changes:
 source3/utils/net_afs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_afs.c b/source3/utils/net_afs.c
index 6aea513..26259c1 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;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list