]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 17 Jun 2021 19:50:04 +0000 (14:50 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 17 Jun 2021 19:50:04 +0000 (14:50 -0500)
src/lib/server/process.h

index 3d4a1a93b9b59e580fb3aa570f30cb52211cc753..15df07c7dc37326899fbe4e4afafed5704304880 100644 (file)
@@ -213,7 +213,7 @@ SEND(generic)
 #ifndef NDEBUG
        if (
 #  ifdef PROCESS_CODE_DO_NOT_RESPOND
-           (request->reply->code == PROCESS_CODE_DO_NOT_RESPOND) &&
+           (request->reply->code == PROCESS_CODE_DO_NOT_RESPOND) ||
 #  endif
            !PROCESS_PACKET_CODE_VALID(request->reply->code)) fr_assert(0);
 #endif