libcli/security: fix build warning, cr_descr_log_acl() is not used currently.
[ira/wip.git] / libcli / security / create_descriptor.c
index 62919a19c73cdfd4eb0eadd527529906065dc0e2..92528965d1fb63e86c1c7e290b593929f58ff9ba 100644 (file)
@@ -305,6 +305,7 @@ static void cr_descr_log_descriptor(struct security_descriptor *sd,
        }
 }
 
+#if 0
 static void cr_descr_log_acl(struct security_acl *acl,
                                    const char *message,
                                    int level)
@@ -318,6 +319,7 @@ static void cr_descr_log_acl(struct security_acl *acl,
                DEBUG(level,("%s: NULL\n", message));
        }
 }
+#endif
 
 static bool compute_acl(struct security_descriptor *parent_sd,
                        struct security_descriptor *creator_sd,