fixed indents
This commit is contained in:
parent
92f9e9f166
commit
ca6942724a
@ -934,16 +934,16 @@ void do_status_offline (int arg_num, struct arg args[], struct in_ev *ev) {
|
||||
}
|
||||
|
||||
void do_quit (int arg_num, struct arg args[], struct in_ev *ev) {
|
||||
if (daemonize)
|
||||
if (daemonize) {
|
||||
event_incoming (ev->bev, BEV_EVENT_EOF, ev);
|
||||
//bufferevent_free(ev->bev);
|
||||
}
|
||||
do_halt (0);
|
||||
}
|
||||
|
||||
void do_safe_quit (int arg_num, struct arg args[], struct in_ev *ev) {
|
||||
if (daemonize)
|
||||
if (daemonize) {
|
||||
event_incoming (ev->bev, BEV_EVENT_EOF, ev);
|
||||
//bufferevent_free(ev->bev);
|
||||
}
|
||||
safe_quit = 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user