From cbc8c297fdf05887446b58a601b05a59556649ae Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 3 Jan 2012 17:40:48 +0000 Subject: [PATCH] remote example: Hack the path in here instead. --- examples/remote.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/remote.c b/examples/remote.c index ae1d5b6..95728aa 100644 --- a/examples/remote.c +++ b/examples/remote.c @@ -33,6 +33,9 @@ main (int argc, char *argv[]) */ wrap_set_scheme (w, WRAP_SCHEME_SSH); wrap_set_hostname (w, hostname); +#if 1 + wrap_set_wrappid_path (w, "/home/rjones/d/wrappi/daemon/wrappid"); +#endif /* Connect the handle. Because we didn't set any error handler, * errors will be printed on stderr, so we can just exit if we get -- 1.8.3.1