]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Wed, 8 Aug 2018 18:33:44 +0000 (14:33 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 8 Aug 2018 18:33:44 +0000 (14:33 -0400)
src/lib/util/event.c

index f42012a98c0b37fbf4ac5b4205b10d19b9327032..8d1d3db8990e69899d1b8d741d2a8961ff4d7fdc 100644 (file)
@@ -1921,7 +1921,7 @@ fr_event_list_t *fr_event_list_alloc(TALLOC_CTX *ctx, fr_event_status_cb_t statu
        el->kq = -1;    /* So destructor can be used before kqueue() provides us with fd */
        talloc_set_destructor(el, _event_list_free);
 
-#ifndef NDEBUG
+#ifdef DEBUG_THREAD
        el->thread = pthread_self();
 #endif