[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Thu Dec 16 17:49:01 MST 2010


The branch, master has been updated
       via  7f572df s3/net: tz argument should be NULL of course
      from  34c0d01 Do more vfs_stat_fsp calls instead of FSTAT - ensures fsp->fsp_name->st is kept up to date.

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


- Log -----------------------------------------------------------------
commit 7f572dfe523a7ce3728a460dab2b4392c2704ccd
Author: Björn Jacke <bj at sernet.de>
Date:   Fri Dec 17 01:00:49 2010 +0100

    s3/net: tz argument should be NULL of course
    
    Autobuild-User: Björn Jacke <bj at sernet.de>
    Autobuild-Date: Fri Dec 17 01:48:40 CET 2010 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_time.c b/source3/utils/net_time.c
index a02387f..fe9f999 100644
--- a/source3/utils/net_time.c
+++ b/source3/utils/net_time.c
@@ -114,7 +114,7 @@ static int net_time_set(struct net_context *c, int argc, const char **argv)
 
 	if (tv.tv_sec == 0) return -1;
 
-	result = settimeofday(&tv,0);
+	result = settimeofday(&tv,NULL);
 
 	if (result)
 		d_fprintf(stderr, _("setting system clock failed.  Error was (%s)\n"),


-- 
Samba Shared Repository


More information about the samba-cvs mailing list