[SCM] Samba Shared Repository - branch v3-6-test updated

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


The branch, v3-6-test has been updated
       via  3333809 s3/net: tz argument should be NULL of course
      from  c3a5b6e 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=v3-6-test


- Log -----------------------------------------------------------------
commit 333380953c6fe62b9ce583d37177e96d6bda597f
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

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

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