pastebin - collaborative debugging tool
rovema.kpaste.net RSS


nfs_daemon: Daemon should exit with non-zero exit code on errors
Posted by Anonymous on Sat 14th Oct 2023 14:03
raw | new post

  1. From 1e3d97341e7c972264a3436b7ed2216d8372dfc6 Mon Sep 17 00:00:00 2001
  2. From: Cedric Blancher <cedric.blancher@gmail.com>
  3. Date: Sat, 14 Oct 2023 14:49:40 +0200
  4. Subject: [PATCH 2/2] nfs_daemon: Daemon should exit with non-zero exit code on
  5.  errors
  6.  
  7. Fix more instances where the nfs daemon should return a non-zero
  8. exit code on failure.
  9.  
  10. Signed-off-by: Roland Mainz <roland.mainz@nrubsig.org>
  11. ---
  12. daemon/nfs41_daemon.c | 4 ++--
  13.  1 file changed, 2 insertions(+), 2 deletions(-)
  14.  
  15. diff --git a/daemon/nfs41_daemon.c b/daemon/nfs41_daemon.c
  16. index 04086ea..e496c0c 100644
  17. --- a/daemon/nfs41_daemon.c
  18. +++ b/daemon/nfs41_daemon.c
  19. @@ -370,9 +370,9 @@ VOID ServiceStart(DWORD argc, LPTSTR *argv)
  20.      nfsd_args cmd_args;
  21.  
  22.      if (!check_for_files())
  23. -        exit(0);
  24. +        exit(1);
  25.      if (!parse_cmdlineargs(argc, argv, &cmd_args))
  26. -        exit(0);
  27. +        exit(1);
  28.      set_debug_level(cmd_args.debug_level);
  29.      open_log_files();
  30.  
  31. --
  32. 2.39.0

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at