diff options
-rw-r--r-- | lib/isento.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/isento.c b/lib/isento.c index fd8f925..114c540 100644 --- a/lib/isento.c +++ b/lib/isento.c @@ -104,6 +104,7 @@ static struct isento * isento_new(char **args, int argc) int r = 0; isento = malloc(sizeof(*isento)); + isento->exclusivo = 0; if (!strcmp(args[0], "exclusivo")) { isento->exclusivo = 1; } |