Skip to content
Snippets Groups Projects
Commit b35d1531 authored by rswindell's avatar rswindell
Browse files

Updated copyright date.

Bug-fix: the "SynchronetEvent" NT event log source wasn't be registered.
parent b2e8e5b1
No related branches found
No related tags found
No related merge requests found
/* ntsrvcs.c */
/* ntsvcs.c */
/* Synchronet BBS as a set of Windows NT Services */
......@@ -8,7 +8,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
* *
* Copyright 2005 Rob Swindell - http://www.synchro.net/copyright.html *
* Copyright 2006 Rob Swindell - http://www.synchro.net/copyright.html *
* *
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License *
......@@ -766,6 +766,7 @@ static SC_HANDLE create_service(HANDLE hSCMlib, SC_HANDLE hSCManager
printf("%s\n", start_type_desc(start_type));
register_event_source(name,path);
register_event_source(NTSVC_NAME_EVENT,path); /* Create SynchronetEvent event source */
}
return(hService);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment