Clean up main

This commit is contained in:
Martin Lund 2022-06-16 18:16:41 +02:00
parent 1636a55b7e
commit a37ad26a88
2 changed files with 8 additions and 6 deletions

View file

@ -85,11 +85,6 @@ void socket_configure(void)
struct sockaddr *sockaddr_p;
socklen_t socklen;
if (!option.socket)
{
return;
}
/* Parse socket string */
if (strncmp(option.socket, "unix:", 5) == 0)