]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: cache: use ASSUME_NONNULL() instead of DISGUISE()
authorWilly Tarreau <w@1wt.eu>
Tue, 17 Dec 2024 09:53:17 +0000 (10:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 17 Dec 2024 16:42:11 +0000 (17:42 +0100)
commit29b2c5d4d40a437c1c1ed73c92b1c8e13f1dc7c2
treeb99d4ff8cb3f45e8cfed28aa803cb23cc3e1133d
parent7b6acb6a5153569444de7b71db6714b5cbd1738f
CLEANUP: cache: use ASSUME_NONNULL() instead of DISGUISE()

DISGUISE() was used to avoid a NULL warning. Using ASSUME_NONNULL()
instead makes it clearer and made the function slightly shorter.
src/cache.c