campaignd: return proper exit code
This commit is contained in:
parent
e21e025519
commit
ff489be529
1 changed files with 1 additions and 3 deletions
|
@ -1947,9 +1947,7 @@ int run_campaignd(int argc, char** argv)
|
|||
//
|
||||
// Run the server
|
||||
//
|
||||
campaignd::server(config_file, port).run();
|
||||
|
||||
return 0;
|
||||
return campaignd::server(config_file, port).run();
|
||||
}
|
||||
|
||||
int main(int argc, char** argv)
|
||||
|
|
Loading…
Add table
Reference in a new issue