Initialize the tcsd_config_file with NULL.

Signed-off-by: Stefan Berger <[email protected]>


---
  src/tcsd/svrside.c |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Index: trousers/src/tcsd/svrside.c
===================================================================
--- trousers.orig/src/tcsd/svrside.c
+++ trousers/src/tcsd/svrside.c
@@ -44,7 +44,7 @@ struct tpm_properties tpm_metrics;
  static volatile int hup = 0, term = 0;
  extern char *optarg;
  int sd;
-char *tcsd_config_file;
+char *tcsd_config_file = NULL;

  static void
  tcsd_shutdown(void)

------------------------------------------------------------------------------
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

Reply via email to