- Don't use LOG() macro in initdata() until the config struct has been

allocated (uses config->debug).
- Initialise log_stream to stderr to catch errors before the config file
  is read.
This commit is contained in:
bodea 2005-05-05 02:39:54 +00:00
parent 1ba0a50edc
commit 81bc9de9de
3 changed files with 47 additions and 38 deletions

View file

@ -43,5 +43,5 @@ rm -rf %{buildroot}
%attr(644,root,root) /usr/share/man/man[58]/*
%changelog
* Tue May 3 2005 Brendan O'Dea <bod@optusnet.com.au> 2.1.0-1
* Thu May 5 2005 Brendan O'Dea <bod@optusnet.com.au> 2.1.0-1
- 2.1.0 release, see /usr/share/doc/l2tpns-2.1.0/Changes