aboutsummaryrefslogtreecommitdiff
path: root/src/piesctl-cl.opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/piesctl-cl.opt')
-rw-r--r--src/piesctl-cl.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/piesctl-cl.opt b/src/piesctl-cl.opt
index b787a5c..41e982b 100644
--- a/src/piesctl-cl.opt
+++ b/src/piesctl-cl.opt
@@ -61,7 +61,7 @@ END
OPTION(url,u,URL,
[<connect to this socket>])
BEGIN
- if (pies_url_create (&url, optarg))
+ if (pies_url_create (&client.url, optarg))
{
grecs_error (NULL, 0, _("%s: cannot create URL: %s"),
optarg, strerror (errno));

Return to:

Send suggestions and report system problems to the System administrator.