Hi Stefan, > =================================================================== > --- trousers.orig/src/tcsd/svrside.c > +++ trousers/src/tcsd/svrside.c > @@ -44,6 +44,7 @@ struct tpm_properties tpm_metrics; > static volatile int hup = 0, term = 0; > extern char *optarg; > int sd; > +char *tcsd_config_file;
You'll need to initialize tcsd_config_file to NULL here, or you could initialize it to TCSD_CONFIG_FILE and let getopts overwrite it. That way it'll always print properly in the LogError calls in tcsd_conf.c. Kent ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ TrouSerS-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/trousers-tech
