]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fixed typo
authorAlan T. DeKok <aland@freeradius.org>
Mon, 12 Sep 2011 13:00:00 +0000 (15:00 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 12 Sep 2011 13:00:00 +0000 (15:00 +0200)
src/main/threads.c

index 494c47d061b904d3a13b72f2d651468ff31fb950..abd8ca115a8b60ae155a0f35ac51f9fb3bb180b8 100644 (file)
@@ -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;