mirror of
https://github.com/samba-team/samba.git
synced 2025-02-10 13:57:47 +03:00
sys.exit(0) raises systemExit which is caught in empty except: statement. This can change the exit status if except: condition is supposed to exit with different status value.