Skip to content

Commit

Permalink
Set SVCNAME to RHSrvAny (temporarily).
Browse files Browse the repository at this point in the history
Really this should be configurable at run time, eg. from the
command line.
  • Loading branch information
Richard Jones committed Apr 29, 2010
1 parent 0469526 commit 2de2f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RHSrvAny/RHSrvAny.c
Expand Up @@ -40,7 +40,7 @@

#include "RHSrvAny.h"

#define SVCNAME TEXT("RHEV-apt")
#define SVCNAME TEXT("RHSrvAny")

SERVICE_STATUS gSvcStatus;
HANDLE ghSvcStopEvent = NULL;
Expand Down

0 comments on commit 2de2f11

Please sign in to comment.