clamd: fix failed clang formatting check in clamd/session.c

pull/1502/head
ChaoticByte 4 days ago
parent 1592c162de
commit ef1c90b9b4
No known key found for this signature in database
  1. 3
      clamd/session.c

@ -565,8 +565,7 @@ int execute_or_dispatch_command(client_conn_t *conn, enum commands cmd, const ch
reload = 1;
pthread_mutex_unlock(&reload_mutex);
mdprintf(desc, "RELOADING%c", term);
/* we set reload flag, and we'll reload before closing the
* connection */
/* we set reload flag, and we'll reload before closing the connection */
} else {
conn_reply_single(conn, NULL, "UNKNOWN COMMAND");
}

Loading…
Cancel
Save