git.annexia.org
/
wrappi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf654cd
)
remote example: Hack the path in here instead.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 3 Jan 2012 17:40:48 +0000
(17:40 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 3 Jan 2012 17:40:48 +0000
(17:40 +0000)
examples/remote.c
patch
|
blob
|
history
diff --git
a/examples/remote.c
b/examples/remote.c
index
ae1d5b6
..
95728aa
100644
(file)
--- 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