mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Clean up main
This commit is contained in:
parent
1636a55b7e
commit
a37ad26a88
2 changed files with 8 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue