[PATCH 1/2] param: remove unimplemented find_service() check

David Disseldorp ddiss at samba.org
Mon Aug 11 09:57:17 MDT 2014


Check for "default VFS service" is empty, and we don't currently provide
such a feature.

Signed-off-by: David Disseldorp <ddiss at samba.org>
---
 source3/param/service.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/source3/param/service.c b/source3/param/service.c
index 85047a8..473fc82 100644
--- a/source3/param/service.c
+++ b/source3/param/service.c
@@ -180,10 +180,6 @@ int find_service(TALLOC_CTX *ctx, const char *service_in, char **p_service_out)
 		}
 	}
 
-	/* Check for default vfs service?  Unsure whether to implement this */
-	if (iService < 0) {
-	}
-
 	if (iService < 0) {
 		iService = load_registry_service(*p_service_out);
 	}
-- 
1.8.4.5



More information about the samba-technical mailing list