Reverse unexplained change.
This commit is contained in:
parent
90b8bbb8da
commit
6cda1005f8
1 changed files with 1 additions and 5 deletions
|
@ -197,11 +197,7 @@ static int add_cert_dir(BY_DIR *ctx, const char *dir, int type)
|
|||
ss=s;
|
||||
s=p+1;
|
||||
len=(int)(p-ss);
|
||||
if (len == 0)
|
||||
{
|
||||
if (ss == p) break;
|
||||
continue;
|
||||
}
|
||||
if (len == 0) continue;
|
||||
for (j=0; j<ctx->num_dirs; j++)
|
||||
if (strncmp(ctx->dirs[j],ss,(unsigned int)len) == 0)
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue