From c6e0307aa8aae8e28cbc1e377af22d0c9a25ee2a Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 28 Jul 2014 13:03:54 -0700 Subject: [PATCH] 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 --- lib/util/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.0.0.526.g5318336