зеркало из https://github.com/github/putty.git
scpserver.c: add missing brackets around mask checks
This commit is contained in:
Родитель
6750eb73ab
Коммит
ab89fd7847
|
@ -469,7 +469,7 @@ static void scp_source_push_name(
|
|||
return;
|
||||
}
|
||||
} else {
|
||||
if (!attrs.flags & SSH_FILEXFER_ATTR_SIZE) {
|
||||
if (!(attrs.flags & SSH_FILEXFER_ATTR_SIZE)) {
|
||||
scp_source_err(scp, "unable to read file size for %.*s",
|
||||
PTRLEN_PRINTF(pathname));
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче