Delete unused label to fix compiler warning.
authorTim Potter <tpot@samba.org>
Tue, 14 Oct 2003 04:00:39 +0000 (04:00 +0000)
committerTim Potter <tpot@samba.org>
Tue, 14 Oct 2003 04:00:39 +0000 (04:00 +0000)
(This used to be commit e982dd5bc4c7c0215bd4f2daf13da506c00b7cb9)

source3/lib/privileges.c

index 1c23d9e40e59f07153453d8bfda448f70d3987bf..1ed583382de1565f816732c31dbe49c5861a5db1 100644 (file)
@@ -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;
 }