- Set config_file to a default filename if it is NULL.
authorWayne Davison <wayned@samba.org>
Mon, 1 Oct 2007 02:25:54 +0000 (02:25 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 1 Oct 2007 02:25:54 +0000 (02:25 +0000)
commitdd589118d0108f78e33ad302df0bc316ce84bf4a
tree7f22e3e178e1a92fa414166caca677c7acee0976
parentf92e15efd5eb09f10d28b30728540686c85c86aa
- Set config_file to a default filename if it is NULL.
- Changed create_pid_file() to fail if the pidfile already exists,
  which makes the daemon exit with an error.
- Output errors about a failure to open the config file or the lock
  file to (a still open) stderr.
- We now notice (and complain) if fork() fails.
clientserver.c