Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 261299
Collapse All | Expand All

(-)src/tcp.cc (-1 / +1 lines)
Lines 1176-1182 Link Here
1176
    this->size = 0;
1176
    this->size = 0;
1177
1177
1178
    if ((outfile_fd =
1178
    if ((outfile_fd =
1179
             open(name, O_CREAT | O_TRUNC | O_RDWR | O_BINARY)) == -1) {
1179
             open(name, O_CREAT | O_TRUNC | O_RDWR | O_BINARY, 0644)) == -1) {
1180
        this->error = E_BAD_LOCALFILE;
1180
        this->error = E_BAD_LOCALFILE;
1181
        return (FALSE);
1181
        return (FALSE);
1182
    }
1182
    }

Return to bug 261299