Skip to content

Commit

Permalink
Merge branch 'pssasync' into pssasync-mt-3
Browse files Browse the repository at this point in the history
- Fix for double unlock of the mutex.
  • Loading branch information
osschar committed Jul 1, 2016
2 parents b74ca36 + 3df0a49 commit 790904d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docs/PreReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Prerelease Notes
* [Server] Implement resource selection affinity (primarily for ssi).

+ **Major bug fixes**
* [Posix] Remove double unlock of a mutex.
* [Client] Serialize security protocol manager to allow MT loads.
* [Authentication/sss] Fix dynamic id incompatability introduced in 4.0.

Expand Down
1 change: 0 additions & 1 deletion src/XrdPosix/XrdPosixObject.cc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ bool XrdPosixObject::AssignFD(bool isStream)
myFiles[fd] = this;
if (fd > highFD) highFD = fd;
fdNum = fd + baseFD;
fdMutex.UnLock();

// All done.
//
Expand Down

0 comments on commit 790904d

Please sign in to comment.