mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
smbd: Fix a typo (recieve->receive), reformat comment
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
b1ba5d5872
commit
ce9df5080d
@ -1770,8 +1770,11 @@ extern void build_options(bool screen);
|
||||
BlockSignals(True,SIGUSR2);
|
||||
#endif
|
||||
|
||||
/* POSIX demands that signals are inherited. If the invoking process has
|
||||
* these signals masked, we will have problems, as we won't recieve them. */
|
||||
/*
|
||||
* POSIX demands that signals are inherited. If the invoking
|
||||
* process has these signals masked, we will have problems, as
|
||||
* we won't receive them.
|
||||
*/
|
||||
BlockSignals(False, SIGHUP);
|
||||
BlockSignals(False, SIGUSR1);
|
||||
BlockSignals(False, SIGTERM);
|
||||
|
Loading…
Reference in New Issue
Block a user