0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-03 06:08:52 +02:00

Fix dangling line from merge

This commit is contained in:
Elizabeth Myers 2016-03-25 21:05:39 -05:00
parent f49198a67f
commit a21a82b1b6

View file

@ -29,7 +29,6 @@ static void handle_stat(int parc, char *parv[]);
rb_helper *authd_helper = NULL;
authd_cmd_handler authd_cmd_handlers[256] = {
<<<<<<< HEAD
['C'] = handle_new_connection,
['D'] = resolve_dns,
['R'] = handle_reload,