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

Jeremy Allison jra at samba.org
Mon Aug 11 11:26:34 MDT 2014


On Mon, Aug 11, 2014 at 05:57:17PM +0200, David Disseldorp wrote:
> Check for "default VFS service" is empty, and we don't currently provide
> such a feature.

LGTM - pushed.
> 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