summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-10-14 04:00:39 +0000
committerTim Potter <tpot@samba.org>2003-10-14 04:00:39 +0000
commitd6e17a943c4e19c610e43f844e91152e5708a01b (patch)
treefcb9e2559ecb7cbb45de4ba69372e78cf552d0d2 /source3
parentc06d6e0afe489fc13c0e5c5485fcf6f1298c52dc (diff)
downloadsamba-d6e17a943c4e19c610e43f844e91152e5708a01b.tar.gz
samba-d6e17a943c4e19c610e43f844e91152e5708a01b.tar.bz2
samba-d6e17a943c4e19c610e43f844e91152e5708a01b.zip
Delete unused label to fix compiler warning.
(This used to be commit e982dd5bc4c7c0215bd4f2daf13da506c00b7cb9)
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/privileges.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/privileges.c b/source3/lib/privileges.c
index 1c23d9e40e..1ed583382d 100644
--- a/source3/lib/privileges.c
+++ b/source3/lib/privileges.c
@@ -188,7 +188,6 @@ NTSTATUS add_all_privilege(PRIVILEGE_SET *priv_set)
result = add_privilege(priv_set, set);
NTSTATUS_CHECK(result, done, "add_all_privilege", "add_privilege");
-done:
return result;
}