From: Arran Cudbard-Bell Date: Thu, 16 Sep 2021 19:30:01 +0000 (-0500) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f395c4ef37419d50d478d9d68eaf77efd98fdfe6;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/src/lib/util/hw.c b/src/lib/util/hw.c index dcc87e4d5f..cbd3d166d7 100644 --- a/src/lib/util/hw.c +++ b/src/lib/util/hw.c @@ -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.