aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/triplet.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/triplet.c b/src/triplet.c
index 24ab611..0ddf997 100644
--- a/src/triplet.c
+++ b/src/triplet.c
@@ -129,7 +129,7 @@ check_triplet_state (struct file_triplet *trp)
{
- if (verify_directive_file (trp, trp->spool))
- return triplet_bad;
-
if (trp->file[file_directive].name)
{
+ if (verify_directive_file (trp, trp->spool))
+ return triplet_bad;
+
if (trp->file[file_dist].name == 0

Return to:

Send suggestions and report system problems to the System administrator.