The branch, v3-5-test has been updated
       via  cb627d3... s3: Fix the build of net_afs.c with --fake-kaserver=yes, 
bug 7216
      from  e6c856a... mount.cifs: don't allow it to be run as setuid root 
program

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test


- Log -----------------------------------------------------------------
commit cb627d3628da1da3c167de3b319cd92948e862eb
Author: Volker Lendecke <v...@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 <g...@kzsdabas.hu> for filing this bug
    (cherry picked from commit 5a3633faf12cdec41dc18064d5364a3fd067a22d)

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

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

Reply via email to