X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=server%2Fstatserv.c;h=b38b80603e6717bf83e36e1b9ab6fb1f83de690d;hb=400d5579f2fc2476dc8d97653e97b244691059c8;hp=03713d472dbf64ea3335283316f121ddc2b99528;hpb=0e8b1116b97d769ea233858fe3c2ced5d1da5d7c;p=yaz-moved-to-github.git 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; }