[cpp-log4shib] branch master updated: Revert earlier event ID changes.
Scott Cantor
cantor.2 at osu.edu
Wed Apr 18 14:16:28 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-log4shib.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=9719e42fc24601ad718f55962471593a5fd41f67
The following commit(s) were added to refs/heads/master by this push:
new 9719e42 Revert earlier event ID changes.
9719e42 is described below
commit 9719e42fc24601ad718f55962471593a5fd41f67
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Apr 18 14:16:19 2018 -0400
Revert earlier event ID changes.
---
msvc15/NTEventLogAppender/NTEventLogCategories.vcxproj | 8 ++++----
src/NTEventLogAppender.cpp | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/msvc15/NTEventLogAppender/NTEventLogCategories.vcxproj b/msvc15/NTEventLogAppender/NTEventLogCategories.vcxproj
index 129541f..808841a 100644
--- a/msvc15/NTEventLogAppender/NTEventLogCategories.vcxproj
+++ b/msvc15/NTEventLogAppender/NTEventLogCategories.vcxproj
@@ -137,13 +137,13 @@
<CustomBuild Include="NTEventLogCategories.mc">
<FileType>Document</FileType>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">if not exist $(IntDir) md $(IntDir)
-mc.exe -c -h $(IntDir) -r $(IntDir) $(ProjectDir)%(Filename).mc</Command>
+mc.exe -h $(IntDir) -r $(IntDir) $(ProjectDir)%(Filename).mc</Command>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">if not exist $(IntDir) md $(IntDir)
-mc.exe -c -h $(IntDir) -r $(IntDir) $(ProjectDir)%(Filename).mc</Command>
+mc.exe -h $(IntDir) -r $(IntDir) $(ProjectDir)%(Filename).mc</Command>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">if not exist $(IntDir) md $(IntDir)
-mc.exe -c -h $(IntDir) -r $(IntDir) $(ProjectDir)%(Filename).mc</Command>
+mc.exe -h $(IntDir) -r $(IntDir) $(ProjectDir)%(Filename).mc</Command>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">if not exist $(IntDir) md $(IntDir)
-mc.exe -c -h $(IntDir) -r $(IntDir) $(ProjectDir)%(Filename).mc</Command>
+mc.exe -h $(IntDir) -r $(IntDir) $(ProjectDir)%(Filename).mc</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename).rc</Outputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename).rc</Outputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename).rc</Outputs>
diff --git a/src/NTEventLogAppender.cpp b/src/NTEventLogAppender.cpp
index 12e5745..8f66b7f 100644
--- a/src/NTEventLogAppender.cpp
+++ b/src/NTEventLogAppender.cpp
@@ -56,7 +56,7 @@ namespace log4shib {
::ReportEvent(_hEventSource, getType(event.priority),
getCategory(event.priority),
- 0x20001000L, NULL, 1, 0, ps, NULL);
+ 0x00001000L, NULL, 1, 0, ps, NULL);
}
/**
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list