Create missing btcdnotify

This commit is contained in:
Con Kolivas 2014-09-15 19:28:46 +10:00
parent d46609275e
commit 7ca88d3b14

View File

@ -1209,6 +1209,7 @@ int main(int argc, char **argv)
ckp.btcdurl = ckzalloc(sizeof(char *));
ckp.btcdauth = ckzalloc(sizeof(char *));
ckp.btcdpass = ckzalloc(sizeof(char *));
ckp.btcdnotify = ckzalloc(sizeof(bool));
}
if (ckp.btcds) {
for (i = 0; i < ckp.btcds; i++) {