From: Richard W.M. Jones Date: Tue, 3 Jan 2012 17:40:48 +0000 (+0000) Subject: remote example: Hack the path in here instead. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=cbc8c297fdf05887446b58a601b05a59556649ae;p=wrappi.git remote example: Hack the path in here instead. --- 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