ossp-pkg/l2/l2_test.c 1.47 -> 1.48
--- l2_test.c 2001/11/16 19:40:55 1.47
+++ l2_test.c 2001/11/30 09:44:47 1.48
@@ -94,7 +94,7 @@
" remotehost=en1, logpid=1, target=remote)"
"}";
fprintf(stderr, "configuring: %s\n", spec);
- if ((rv = l2_spec(&ch, env, spec)) != L2_OK)
+ if ((rv = l2_spec(&ch, env, "%s", spec)) != L2_OK)
die(env, rv, "failed to parse specification");
#else
/* create noop channel */
|
|