Fix some indentation in stasis_config.c.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393600 65c4cc65-6c06-0410-ace0-fbb531ad65f3
changes/78/78/1
Richard Mudgett 12 years ago
parent a981de9adb
commit b96d8cbc78

@ -154,7 +154,8 @@ static int process_config(int reload)
switch (aco_process_config(&cfg_info, reload)) {
case ACO_PROCESS_ERROR:
if (conf && !reload && !aco_set_defaults(&threadpool_option, "threadpool", conf->threadpool)) {
if (conf && !reload
&& !aco_set_defaults(&threadpool_option, "threadpool", conf->threadpool)) {
ast_log(AST_LOG_NOTICE, "Failed to process Stasis configuration; using defaults\n");
ao2_global_obj_replace(confs, conf);
return 0;

Loading…
Cancel
Save