1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r20134: The IBM Checker correctly notes that *p cannot be \0 and still satisfy

the loop entry condition.

Andrew Bartlett
(This used to be commit c118275131)
This commit is contained in:
Andrew Bartlett 2006-12-12 21:47:47 +00:00 committed by Gerald (Jerry) Carter
parent 4e93962ea5
commit 6f73359133

View File

@ -169,7 +169,6 @@ uint16_t smbpasswd_decode_acb_info(const char *p)
break;
case ':':
case '\n':
case '\0':
case ']':
default:
finished = True;