At Sun,  3 Aug 2014 22:49:29 +0900,
Hitoshi Mitake wrote:
> 
> From: Hitoshi Mitake <[email protected]>
> 
> Reported-by: Marcin Miros$(D)H(Baw <[email protected]>
> Signed-off-by: Hitoshi Mitake <[email protected]>
> ---
>  sheep/nfs/nfsd.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied this one.
Hitoshi

> 
> diff --git a/sheep/nfs/nfsd.c b/sheep/nfs/nfsd.c
> index 5cb87af..5aaec6e 100644
> --- a/sheep/nfs/nfsd.c
> +++ b/sheep/nfs/nfsd.c
> @@ -201,7 +201,7 @@ int nfs_init(const char *options)
>       sd_thread_t t;
>       int err;
>  
> -     err = sd_thread_create("nfs, "&t, nfsd, NULL);
> +     err = sd_thread_create("nfs", &t, nfsd, NULL);
>       if (err) {
>               sd_err("%s", strerror(err));
>               return -1;
> -- 
> 1.9.1
> 
-- 
sheepdog mailing list
[email protected]
http://lists.wpkg.org/mailman/listinfo/sheepdog

Reply via email to