From: Hitoshi Mitake <[email protected]>
Reported-by: Marcin Mirosław <[email protected]>
Signed-off-by: Hitoshi Mitake <[email protected]>
---
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
[email protected]
http://lists.wpkg.org/mailman/listinfo/sheepdog