net registry: remove superfluous regdb_close().
authorMichael Adam <obnox@samba.org>
Sun, 13 Apr 2008 13:36:05 +0000 (15:36 +0200)
committerMichael Adam <obnox@samba.org>
Sun, 13 Apr 2008 13:36:05 +0000 (15:36 +0200)
Michael
(This used to be commit d4e74036d3b8c5de4ce130eab7fc775e3cb746d5)

source3/utils/net_registry.c

index f6847f638d1ff85435e421f13fe5b495fdbde3b0..94a7d2d3594c4b55e9bd6bb6a79690b9bd356e52 100644 (file)
@@ -479,7 +479,5 @@ int net_registry(int argc, const char **argv)
 
        ret = net_run_function2(argc, argv, "net registry", func);
 
-       regdb_close();
-
        return ret;
 }