Fix now erroneous comment for directory_create_or_exist()
authorJeremy Allison <jra@samba.org>
Mon, 28 Jul 2014 20:03:54 +0000 (13:03 -0700)
committerVolker Lendecke <vl@samba.org>
Tue, 29 Jul 2014 12:41:42 +0000 (14:41 +0200)
It doesn't do any checking that the permissions are correct.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Tue Jul 29 14:41:42 CEST 2014 on sn-devel-104

lib/util/util.c

index 1f75266c14662d5c21745526dc8e2b3895cf3972..ec70c342f37e5cbbcf3a60ec2c4f574afb46bc81 100644 (file)
@@ -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,