mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
4 lines
245 B
Plaintext
4 lines
245 B
Plaintext
|
def set_options(opt):
|
||
|
''' This is a bit strange, but disable is the flag, not enable. '''
|
||
|
opt.add_option('--disable-fault-handling', action='store_true', dest='disable_fault_handling', help=('disable the fault handlers'), default=False)
|