}
if (argc == 1) {
/* 'MeetMe': List all the conferences */
- now = time(NULL);
+ now = time(NULL);
cnf = confs;
if (!cnf) {
- ast_cli(fd, "No active MeetMe conferences.\n");
- return RESULT_SUCCESS;
- }
- ast_cli(fd, header_format, "Conf Num", "Parties", "Marked", "Activity", "Creation");
+ ast_cli(fd, "No active MeetMe conferences.\n");
+ return RESULT_SUCCESS;
+ }
+ ast_cli(fd, header_format, "Conf Num", "Parties", "Marked", "Activity", "Creation");
while(cnf) {
if (cnf->markedusers == 0)
strcpy(cmdline, "N/A ");