aboutsummaryrefslogtreecommitdiff
path: root/src/directive.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/directive.c')
-rw-r--r--src/directive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/directive.c b/src/directive.c
index eeb82c1..ed28cc5 100644
--- a/src/directive.c
+++ b/src/directive.c
@@ -363,7 +363,7 @@ process_directives (struct file_triplet *trp, struct directory_pair *dpair)
char **argv;
int rc = 0;
- if (rc = argcv_get (val, NULL, NULL, &argc, &argv))
+ if ((rc = argcv_get (val, NULL, NULL, &argc, &argv)))
{
logmsg (LOG_ERR, "cannot parse symlink value `%s': %s",
val, strerror (rc));

Return to:

Send suggestions and report system problems to the System administrator.