diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2015-03-11 18:59:19 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2015-03-11 23:36:21 +0100 |
commit | 246aba5ef80d8385053be9205fe8984172a9fc08 (patch) | |
tree | 6a5a8e6320555b80497dcfa3f62505d73f59dff7 /nslcd/common.c | |
parent | d0f896a8146548d052457c396eda53b6dcf815fd (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