mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
* Fixed three compiler warnings introduced in the previous commit.
This commit is contained in:
@@ -201,7 +201,7 @@ namespace OpenSim.Region.Modules.SvnSerialiser
|
||||
m_svnClient.AddUsernameProvider();
|
||||
m_svnClient.AddPromptProvider(new SvnAuthProviderObject.SimplePrompt(SimpleAuth), IntPtr.Zero, 2);
|
||||
m_svnClient.OpenAuth();
|
||||
m_svnClient.Context.LogMsgFunc = new SvnDelegate(new SvnClient.GetCommitLog(GetCommitLogCallback));
|
||||
m_svnClient.Context.LogMsgFunc2 = new SvnDelegate(new SvnClient.GetCommitLog2(GetCommitLogCallback));
|
||||
}
|
||||
|
||||
private void CreateSvnDirectory()
|
||||
|
||||
Reference in New Issue
Block a user