Ticket #9275: disappearing_frontend_deadlock.patch
| File disappearing_frontend_deadlock.patch, 603 bytes (added by , 15 years ago) |
|---|
-
programs/mythbackend/mainserver.cpp
4848 4848 FileTransfer *ft = GetFileTransferByID(recnum); 4849 4849 if (!ft) 4850 4850 { 4851 sockListLock.unlock(); 4852 4851 4853 if (command == "DONE") 4852 4854 { 4853 4855 // if there is an error opening the file, we may not have a … … 4863 4865 } 4864 4866 4865 4867 SendResponse(pbssock, retlist); 4866 sockListLock.unlock();4867 4868 return; 4868 4869 } 4869 4870
