summaryrefslogtreecommitdiff
path: root/source3/smbd/notify_kernel.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-06-08 03:48:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:57:07 -0500
commit04e07e8cc9d6615381e0501cd36cf7d78aeed189 (patch)
treeeb3bc33802854044b99618c9eeeff581f4c7ffd4 /source3/smbd/notify_kernel.c
parent804415b5420b4022d588ab9a69bfb2b52f0fc0ec (diff)
downloadsamba-04e07e8cc9d6615381e0501cd36cf7d78aeed189.tar.gz
samba-04e07e8cc9d6615381e0501cd36cf7d78aeed189.tar.bz2
samba-04e07e8cc9d6615381e0501cd36cf7d78aeed189.zip
r7385: Rewrite the RPC bind parsing functions to follow the spec. I haven't yet
tested this so I may have screwed this up - however it now follows the DCE spec. valgrinded tests to follow.... Jeremy. (This used to be commit 877e0a61f5821c89149b1403d08675dd7db8039e)
Diffstat (limited to 'source3/smbd/notify_kernel.c')
-rw-r--r--source3/smbd/notify_kernel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/notify_kernel.c b/source3/smbd/notify_kernel.c
index b2ccfc2796..6d1f550241 100644
--- a/source3/smbd/notify_kernel.c
+++ b/source3/smbd/notify_kernel.c
@@ -217,7 +217,6 @@ struct cnotify_fns *kernel_notify_init(void)
ZERO_STRUCT(act);
- act.sa_handler = NULL;
act.sa_sigaction = signal_handler;
act.sa_flags = SA_SIGINFO;
sigemptyset( &act.sa_mask );