mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
Fix typo.
(This used to be commit a5db115dc6827896c66fe08554b3fe7185eea52f)
This commit is contained in:
parent
604a0af3a7
commit
e54f9c7749
@ -178,7 +178,7 @@ _NORETURN_ static void sig_fault(int sig)
|
||||
/* we have a fault handler, call it. It may not return. */
|
||||
fault_handlers.fault_handler(sig);
|
||||
}
|
||||
/* If it returns or doean't exist, use regular reporter */
|
||||
/* If it returns or doesn't exist, use regular reporter */
|
||||
fault_report(sig);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user