summaryrefslogtreecommitdiffstats
path: root/source3/param
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@samba.org>2014-08-11 17:29:27 +0200
committerDavid Disseldorp <ddiss@samba.org>2014-08-11 18:38:12 +0200
commit9d5fba18ab77c589013e399810bccdc465b6f708 (patch)
tree9602c0e8474600d69f6ba1dbb133026b1cea1442 /source3/param
parent21974a99b0e77982b7a023ceb62b486b0d9c23f5 (diff)
downloadsamba-9d5fba18ab77c589013e399810bccdc465b6f708.tar.gz
samba-9d5fba18ab77c589013e399810bccdc465b6f708.tar.xz
samba-9d5fba18ab77c589013e399810bccdc465b6f708.zip
param: remove unimplemented find_service() check
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>
Diffstat (limited to 'source3/param')
-rw-r--r--source3/param/service.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/param/service.c b/source3/param/service.c
index 85047a8e08..473fc82087 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);
}