]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 16 Sep 2021 19:30:01 +0000 (14:30 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 16 Sep 2021 19:30:21 +0000 (14:30 -0500)
src/lib/util/hw.c

index dcc87e4d5f5cf5ba6ff1724125215bb21210150d..cbd3d166d79f1b0a681dafd714d2fa45b2265d2e 100644 (file)
@@ -95,7 +95,7 @@ uint32_t fr_hw_num_cores_active(void)
         *      Prevent clang scanner from warning about divide by zero
         */
        if ((tsibs / lcores) == 0) return 1;
-#neidf
+#endif
 
        /*
         *      Catch Linux weirdness.