dpsenner commented on a change in pull request #48: Fixes LOG4NET-587 Mutex ~
UnauthorizedAccessException Access to the path is denied
URL: https://github.com/apache/logging-log4net/pull/48#discussion_r287297699
##########
File path: src/Appender/RollingFileAppender.cs
##########
@@ -1695,6 +1708,8 @@ protected DateTime NextCheckDate(DateTime
currentDateTime, RollPoint rollPoint)
/// A mutex that is used to lock rolling of files.
/// </summary>
private Mutex m_mutexForRolling;
+
+ private string m_mutexNameForRolling = null;
Review comment:
Storing this as an internal state appears to be unnecessary, isn't it?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services