mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
remove a debug message and make the exit keys not be case sensitive
inside of a category menu git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26441 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -726,6 +726,5 @@ int main(int argc, char *argv[])
|
||||
if (force_clean)
|
||||
unlink(".lastclean");
|
||||
|
||||
fprintf(stderr, "\nmenuselect about to exit with res %d\n", res);
|
||||
exit(res);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user