degesch: stubplement plugins

This commit is contained in:
2015-11-19 14:23:10 +01:00
parent 5d55d7f6de
commit 5ee210a5b7
3 changed files with 194 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
#define FAIL(...) \
BLOCK_START \
error_set (e, __VA_ARGS__); \
return false; \
return 0; \
BLOCK_END
// --- To be moved to liberty --------------------------------------------------