summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-08 00:04:20 +0100
committerGünther Deschner <gd@samba.org>2011-02-08 09:52:56 +0100
commitbe5edba117d3af9c9289bc5d37e7e037cb0a05f1 (patch)
treebf97dc0608c0ce7076d22d564089f5cc66087f0e /source4
parent84dbc2a82de0531c49fa7aa16fbdf8aba6324aac (diff)
downloadsamba-be5edba117d3af9c9289bc5d37e7e037cb0a05f1.tar.gz
samba-be5edba117d3af9c9289bc5d37e7e037cb0a05f1.tar.bz2
samba-be5edba117d3af9c9289bc5d37e7e037cb0a05f1.zip
libndr: share some uuid helpers.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 8 09:52:56 CET 2011 on sn-devel-104
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/rpc/spoolss_access.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/torture/rpc/spoolss_access.c b/source4/torture/rpc/spoolss_access.c
index c32c5c108e..a935cbd3c3 100644
--- a/source4/torture/rpc/spoolss_access.c
+++ b/source4/torture/rpc/spoolss_access.c
@@ -100,13 +100,6 @@ static bool test_openprinter_handle(struct torture_context *tctx,
return true;
}
-static bool is_valid_policy_hnd(const struct policy_handle *hnd)
-{
- struct policy_handle tmp;
- ZERO_STRUCT(tmp);
- return (memcmp(&tmp, hnd, sizeof(tmp)) != 0);
-}
-
static bool test_openprinter_access(struct torture_context *tctx,
struct dcerpc_pipe *p,
const char *name,