diff options
Diffstat (limited to 'networking/fakeidentd.c')
-rw-r--r-- | networking/fakeidentd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/fakeidentd.c b/networking/fakeidentd.c index 40d5cf1b7..c7fb42fc4 100644 --- a/networking/fakeidentd.c +++ b/networking/fakeidentd.c | |||
@@ -55,7 +55,7 @@ static const int ident_substr_len = sizeof(ident_substr) - 1; | |||
55 | #define PIDFILE "/var/run/identd.pid" | 55 | #define PIDFILE "/var/run/identd.pid" |
56 | 56 | ||
57 | /* | 57 | /* |
58 | * We have to track the 'first connection socket' so that we | 58 | * We have to track the 'first connection socket' so that we |
59 | * don't go around closing file descriptors for non-clients. | 59 | * don't go around closing file descriptors for non-clients. |
60 | * | 60 | * |
61 | * descriptor setup normally | 61 | * descriptor setup normally |