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

Michael Adam obnox at samba.org
Mon Aug 11 10:03:16 MDT 2014


reviewed-by me

On 2014-08-11 at 17:57 +0200, David Disseldorp wrote:
> 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
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20140811/8cc048e5/attachment.pgp>


More information about the samba-technical mailing list