From: Hitoshi Mitake <mitake.hito...@lab.ntt.co.jp> Reported-by: Marcin Mirosław <mar...@mejor.pl> Signed-off-by: Hitoshi Mitake <mitake.hito...@lab.ntt.co.jp> --- sheep/nfs/nfsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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 sheepdog@lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/sheepdog