libcli/security: fix build warning, cr_descr_log_acl() is not used currently.
authorGünther Deschner <gd@samba.org>
Thu, 5 May 2011 10:52:29 +0000 (12:52 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 6 May 2011 08:48:11 +0000 (10:48 +0200)
Guenther

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,