All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nfsdclnts: Ignore SIGPIPE signal
@ 2021-03-08 12:01 Kenneth D'souza
  2021-03-15 19:37 ` Steve Dickson
  0 siblings, 1 reply; 2+ messages in thread
From: Kenneth D'souza @ 2021-03-08 12:01 UTC (permalink / raw)
  To: linux-nfs; +Cc: steved, Kenneth D'souza

Fixes (RhBug: 1868828)

Signed-off-by: Kenneth D'souza <kennethdsouza94@gmail.com>
---
 tools/nfsdclnts/nfsdclnts.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/nfsdclnts/nfsdclnts.py b/tools/nfsdclnts/nfsdclnts.py
index 5e7e03c2..b7280f2c 100755
--- a/tools/nfsdclnts/nfsdclnts.py
+++ b/tools/nfsdclnts/nfsdclnts.py
@@ -223,6 +223,7 @@ def nfsd4_show():
 
     global verbose
     verbose = False
+    signal.signal(signal.SIGPIPE, signal.SIG_DFL)
     if args.verbose:
         verbose = True
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-15 19:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-08 12:01 [PATCH] nfsdclnts: Ignore SIGPIPE signal Kenneth D'souza
2021-03-15 19:37 ` Steve Dickson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.