BUILD: stats: remove build warnings on potential null-derefs
authorWilly Tarreau <w@1wt.eu>
Thu, 20 Sep 2018 09:01:01 +0000 (11:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Sep 2018 09:42:15 +0000 (11:42 +0200)
commit21ff2c46b76abc0ee173a489bdb4dfcc384995a2
treef5ad0951e5454fed9757aa717a4be33593015d75
parent07d94e48d96e6993cb6444e61913d16c20da6544
BUILD: stats: remove build warnings on potential null-derefs

A couple of objt_appctx() could be replaced with their unchecked
equivalent since the pointer is guaranteed and not checked there.
src/stats.c