git-svn-id: svn://db.shs.com.ru/pip@384 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-04-17 12:52:08 +00:00
parent ff647e6054
commit c4c53a68d6
11 changed files with 16 additions and 20 deletions

View File

@@ -79,7 +79,7 @@ bool PIFileTransfer::sendFiles(const PIVector<PFTFileInfo> &files) {
// piCout << "prepare" << i << files_[i].path << files_[i].dest_path << files_[i].name();
}
randomize();
pftheader.session_id = rand();
pftheader.session_id = randomi();
sendFilesStarted();
cur_file_string = "build session";
desc.clear();