The branch, master has been updated
via 4d8f345 Fix now erroneous comment for directory_create_or_exist()
from 7c2c674 ctdb-eventscripts: Remove unused argument to
natgw_ensure_master()
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 4d8f34533cc65f2c8f54a983530837364e3a8c98
Author: Jeremy Allison <[email protected]>
Date: Mon Jul 28 13:03:54 2014 -0700
Fix now erroneous comment for directory_create_or_exist()
It doesn't do any checking that the permissions are correct.
Signed-off-by: Jeremy Allison <[email protected]>
Reviewed-by: Volker Lendecke <[email protected]>
Autobuild-User(master): Volker Lendecke <[email protected]>
Autobuild-Date(master): Tue Jul 29 14:41:42 CEST 2014 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
lib/util/util.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/lib/util/util.c b/lib/util/util.c
index 1f75266..ec70c34 100644
--- a/lib/util/util.c
+++ b/lib/util/util.c
@@ -187,7 +187,7 @@ _PUBLIC_ bool directory_exist(const char *dname)
/**
* Try to create the specified directory if it didn't exist.
*
- * @retval true if the directory already existed and has the right permissions
+ * @retval true if the directory already existed
* or was successfully created.
*/
_PUBLIC_ bool directory_create_or_exist(const char *dname,
--
Samba Shared Repository