summaryrefslogtreecommitdiffstats
path: root/source/smbd/notify_kernel.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-06-09 15:20:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:57:09 -0500
commita112c5570a7f8ddddde1af0fa665f40a6067e8cf (patch)
tree01a0da48ee0620c18d024880475ca96442f9ce4a /source/smbd/notify_kernel.c
parente8fde1bd92e8b19c8b5ce22f92cb048de773be1c (diff)
downloadsamba-a112c5570a7f8ddddde1af0fa665f40a6067e8cf.tar.gz
samba-a112c5570a7f8ddddde1af0fa665f40a6067e8cf.tar.xz
samba-a112c5570a7f8ddddde1af0fa665f40a6067e8cf.zip
r7440: * merge registry server changes from trunk (so far) for more
printmig.exe work * merge the sys_select_signal(char c) change from trunk in order to keeo the winbind code in sync
Diffstat (limited to 'source/smbd/notify_kernel.c')
-rw-r--r--source/smbd/notify_kernel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/notify_kernel.c b/source/smbd/notify_kernel.c
index 6d1f550241e..02abe0b4b60 100644
--- a/source/smbd/notify_kernel.c
+++ b/source/smbd/notify_kernel.c
@@ -74,7 +74,7 @@ static void signal_handler(int sig, siginfo_t *info, void *unused)
fd_pending_array[signals_received] = (SIG_ATOMIC_T)info->si_fd;
signals_received++;
} /* Else signal is lost. */
- sys_select_signal();
+ sys_select_signal(RT_SIGNAL_NOTIFY);
}
/****************************************************************************