From: Adam Dickmeiss Date: Fri, 6 Sep 2002 19:52:57 +0000 (+0000) Subject: Fixed use of service display name X-Git-Tag: YAZ.1.9~1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=4c0ff47b6c72bf6be3e466d48abbc1be89a3b778 Fixed use of service display name --- diff --git a/server/statserv.c b/server/statserv.c index 03713d4..b38b806 100644 --- a/server/statserv.c +++ b/server/statserv.c @@ -6,7 +6,7 @@ * NT threaded server code by * Chas Woodfield, Fretwell Downing Informatics. * - * $Id: statserv.c,v 1.83 2002-08-17 07:56:59 adam Exp $ + * $Id: statserv.c,v 1.84 2002-09-06 19:52:57 adam Exp $ */ #include @@ -871,7 +871,7 @@ int statserv_main(int argc, char **argv, /* Now setup the service with the service controller */ SetupService(argc, argv, &ArgDetails, SZAPPNAME, cb->service_name, /* internal service name */ - cb->service_name, /* displayed name of the service */ + cb->service_display_name, /* displayed name */ SZDEPENDENCIES); return 0; }