Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/common.c
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2015-03-11 18:59:19 +0100
committerArthur de Jong <arthur@arthurdejong.org>2015-03-11 23:36:21 +0100
commit246aba5ef80d8385053be9205fe8984172a9fc08 (patch)
tree6a5a8e6320555b80497dcfa3f62505d73f59dff7 /nslcd/common.c
parentd0f896a8146548d052457c396eda53b6dcf815fd (diff)
Avoid comparison of static array to null pointer
There are several places where a static length array in a struct is compared to a null pointer. These comparisons will always be false, since an array in a struct is not actually a pointer, so they can be removed.
Diffstat (limited to 'nslcd/common.c')
0 files changed, 0 insertions, 0 deletions