From: Alan T. DeKok Date: Mon, 12 Sep 2011 13:00:00 +0000 (+0200) Subject: Fixed typo X-Git-Tag: release_2_1_12~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9f5c6606d535f93fee1d2fcab6890f3852d0a38;p=thirdparty%2Ffreeradius-server.git Fixed typo --- diff --git a/src/main/threads.c b/src/main/threads.c index 494c47d061b..abd8ca115a8 100644 --- a/src/main/threads.c +++ b/src/main/threads.c @@ -301,7 +301,7 @@ static int request_enqueue(REQUEST *request, RAD_REQUEST_FUNP fun) time_t now; static time_t last_complained = 0; - now = time(NLL); + now = time(NULL); if (last_complained != now) { last_complained = now; complain = TRUE;