Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 62861db

Browse files
cleanup: fix compiler issue for checking shrub socket_path
1 parent 4672c27 commit 62861db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/lib/ciul/shrub_server.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ static void unix_server_fini(struct ef_shrub_server* server)
205205
{
206206
close(server->unix_server.listen);
207207
close(server->unix_server.epoll);
208-
if ( server->socket_path )
208+
if ( server->socket_path[0] !='0円' )
209209
unlink(server->socket_path);
210210
}
211211

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /