diff options
author | Tim Potter <tpot@samba.org> | 2003-10-14 03:47:34 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-10-14 03:47:34 +0000 |
commit | b12866dfc702fa7e585838c0baa98b6a7615f2eb (patch) | |
tree | 3fb4e927df2f871b487579f82911acd4de1bf975 /source3 | |
parent | ddb71188cf7562c80ab38544b9588e66f924130e (diff) | |
download | samba-b12866dfc702fa7e585838c0baa98b6a7615f2eb.tar.gz samba-b12866dfc702fa7e585838c0baa98b6a7615f2eb.tar.bz2 samba-b12866dfc702fa7e585838c0baa98b6a7615f2eb.zip |
Delete unused label to fix compiler warning.
(This used to be commit e34d21af3882a034810737039dbaae4d45e2645c)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/privileges.c | 1 |
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; } |