From 6f733591330818fd3f7b79806098548fe7de650e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 12 Dec 2006 21:47:47 +0000 Subject: 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 c1182751313290fc38af5b1c44bc66b5d1654977) --- source4/lib/samba3/smbpasswd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/lib/samba3/smbpasswd.c') diff --git a/source4/lib/samba3/smbpasswd.c b/source4/lib/samba3/smbpasswd.c index c19e90219f..14715a89f7 100644 --- a/source4/lib/samba3/smbpasswd.c +++ b/source4/lib/samba3/smbpasswd.c @@ -169,7 +169,6 @@ uint16_t smbpasswd_decode_acb_info(const char *p) break; case ':': case '\n': - case '\0': case ']': default: finished = True; -- cgit