Remove redundant NULL pointer comparison.

Reported  by:		PVS-Studio (V595) in D5245
Differential Revision:	D5245
This commit is contained in:
Cy Schubert 2016-03-02 03:28:57 +00:00
parent 82ed3cb0e4
commit 39dade169b

View File

@ -1951,10 +1951,6 @@ ipf_p_ftp_epsv(softf, fin, ip, nat, ftp, dlen)
ap += *s++ - '0';
}
if (!s) {
return 0;
}
if (*s == '|')
s++;
if (*s == ')')