aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-05-29 22:34:13 +0700
committerHarald Welte <laforge@gnumonks.org>2019-06-03 07:18:41 +0000
commitdcf2868e62f2ca5e8c81fdb20bbc4c5c5be94392 (patch)
tree8763f37815234d8cbd4a719a5a0141629fe85767 /tests
parent8014917f0a803d0f5be97bc77d3dc1dcd03e176b (diff)
libmsc/msc_vty.c: do not abuse strlen() to check char buffers
In the most cases we need to check whether particular char buffer is empty or not. Using strlen() for that involves more CPU power, so let's just check the first character against '\0'. Change-Id: I8728876b80c870e82247e6e56f719e10ed322a95
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions