r20134: The IBM Checker correctly notes that *p cannot be \0 and still satisfy
authorAndrew Bartlett <abartlet@samba.org>
Tue, 12 Dec 2006 21:47:47 +0000 (21:47 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:29:12 +0000 (14:29 -0500)
the loop entry condition.

Andrew Bartlett
(This used to be commit c1182751313290fc38af5b1c44bc66b5d1654977)

source4/lib/samba3/smbpasswd.c

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