param: remove unimplemented find_service() check
authorDavid Disseldorp <ddiss@samba.org>
Mon, 11 Aug 2014 15:29:27 +0000 (17:29 +0200)
committerDavid Disseldorp <ddiss@samba.org>
Mon, 11 Aug 2014 16:38:12 +0000 (18:38 +0200)
Check for "default VFS service" is empty, and we don't currently provide
such a feature.

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/param/service.c

index 85047a8e0823e2c5499a8e4474fddccb9f7727bf..473fc8208729dcd4c6fb80e7b5309e405bfc05d3 100644 (file)
@@ -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);
        }