From e9b3ea1a7a203ae88c60fbd128acb6b395925621 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 28 Dec 2015 12:32:52 +0100 Subject: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/satd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/satd.c b/src/satd.c index 33b1373..fe76516 100644 --- a/src/satd.c +++ b/src/satd.c @@ -90,6 +90,7 @@ does_not_exist: t (fchmod(fd, S_IRWXU) == -1); t (fchown(fd, getuid(), getgid()) == -1); t (bind(fd, (struct sockaddr *)address, sizeof(*address)) == -1); + /* EADDRINUSE just means that the file already exists, not that it is actually used. */ /* Mark the socket as owned by a living process. */ t (flock(fd, LOCK_SH)); -- cgit v1.2.3-70-g09d2