]> git.pond.sub.org Git - empserver/commit
(service_main) [_WIN32]: Remove the command line processing.
authorRon Koenderink <rkoenderink@yahoo.ca>
Sun, 6 Mar 2005 20:58:48 +0000 (20:58 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Sun, 6 Mar 2005 20:58:48 +0000 (20:58 +0000)
commitab2bea581085e6663c4b9c0c96df6a71656a9278
tree27384c4dc483aa11d7c2a4bc982b2f405f287db8
parent46a11d0d93dd1c2d91b97694094a51170d06c791
(service_main) [_WIN32]: Remove the command line processing.
The secondary command line processing was adding significant
complexity for minimial gain.  Now all the command line arguments
can be prequalified during the installation of the service.

(service_main) [_WIN32]: Move the initialization (init_server())
so logerror() will go to the file instead of stderr.
src/lib/gen/service.c