Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ambrop72/badvpn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmbroz Bizjak <ambrop7@gmail.com>2014-10-28 22:20:03 +0300
committerAmbroz Bizjak <ambrop7@gmail.com>2014-10-28 22:20:03 +0300
commit922a793239982a3f9763bdeb9bdc309f45e6066e (patch)
treefee1b4684fd6492a55f50c554ef1d732e373525e
parent6bec211ac75cb4b3d207ff77f475a9b3d93eb565 (diff)
ncd: NCDInterpProcess: Be more informative when encountering unsupported expression types.
-rw-r--r--ncd/NCDInterpProcess.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ncd/NCDInterpProcess.c b/ncd/NCDInterpProcess.c
index 4462ea6..550a02c 100644
--- a/ncd/NCDInterpProcess.c
+++ b/ncd/NCDInterpProcess.c
@@ -152,6 +152,7 @@ static int convert_value_recurser (NCDPlaceholderDb *pdb, NCDStringIndex *string
} break;
default:
+ BLog(BLOG_ERROR, "expression type not supported");
goto fail;
}