mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
add a missing return
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89508 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -17,4 +17,5 @@ int main(int argc, char *argv[])
|
||||
if (ast_main)
|
||||
return ast_main(argc, argv);
|
||||
fprintf(stderr, "could not load asterisk, %s\n", dlerror());
|
||||
return 1; /* there was an error */
|
||||
}
|
||||
|
Reference in New Issue
Block a user