diff options
Diffstat (limited to 'nscd/connections.c')
-rw-r--r-- | nscd/connections.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nscd/connections.c b/nscd/connections.c index 3abbdc2ff1..e61c39c749 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -548,6 +548,8 @@ nscd_run (void *p) timeout = now < next_prune ? 1000 * (next_prune - now) : 0; } } + /* Shut up bogus GCC warning. */ + return NULL; } |