diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -256,7 +256,7 @@ int main(int argc, char *argv[]) | |||
| 256 | int end_secs = 5 * 60; | 256 | int end_secs = 5 * 60; |
| 257 | xs *opts = xs_split(url, ";"); | 257 | xs *opts = xs_split(url, ";"); |
| 258 | 258 | ||
| 259 | xs *msg = msg_question(&snac, "Poll", opts, 0, end_secs); | 259 | xs *msg = msg_question(&snac, "Poll", NULL, opts, 0, end_secs); |
| 260 | xs *c_msg = msg_create(&snac, msg); | 260 | xs *c_msg = msg_create(&snac, msg); |
| 261 | 261 | ||
| 262 | if (dbglevel) { | 262 | if (dbglevel) { |