[sheepdog] [PATCH] sheep: fix a build error
Hitoshi Mitake
mitake.hitoshi at gmail.com
Sun Aug 3 15:49:29 CEST 2014
From: Hitoshi Mitake <mitake.hitoshi at lab.ntt.co.jp>
Reported-by: Marcin Mirosław <marcin at mejor.pl>
Signed-off-by: Hitoshi Mitake <mitake.hitoshi at 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
More information about the sheepdog
mailing list