From 3f01e05a77eec61f367e5cce7908bdcf02d1749a Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 13 Apr 2008 15:12:04 +0200 Subject: registry: change registry_init_basic() to return WERROR instead of bool Michael (This used to be commit 6a31e659cb371395dff0906786f3c6ef0cc2b3de) --- source3/utils/net_registry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/net_registry.c') diff --git a/source3/utils/net_registry.c b/source3/utils/net_registry.c index 6af8236092..f6847f638d 100644 --- a/source3/utils/net_registry.c +++ b/source3/utils/net_registry.c @@ -473,7 +473,7 @@ int net_registry(int argc, const char **argv) { NULL, NULL, NULL } }; - if (!registry_init_basic()) { + if (!W_ERROR_IS_OK(registry_init_basic())) { return -1; } -- cgit