mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
kioslave: initialize variable in FileProtocol::put()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f598f0efbf
commit
b5b73968c3
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ void FileProtocol::put(const KUrl &url, int _mode, KIO::JobFlags _flags)
|
|||
return;
|
||||
}
|
||||
|
||||
int result;
|
||||
int result = -1;
|
||||
QString dest;
|
||||
int fd = -1;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue