remote example: Hack the path in here instead.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 3 Jan 2012 17:40:48 +0000 (17:40 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 3 Jan 2012 17:40:48 +0000 (17:40 +0000)
examples/remote.c

index ae1d5b6..95728aa 100644 (file)
@@ -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