diff options
Diffstat (limited to 'cmd/arcstat')
-rwxr-xr-x | cmd/arcstat/arcstat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/arcstat/arcstat.py b/cmd/arcstat/arcstat.py index 41bf61b73..5a0912853 100755 --- a/cmd/arcstat/arcstat.py +++ b/cmd/arcstat/arcstat.py @@ -413,7 +413,7 @@ def calculate(): v["l2bytes"] = d["l2_read_bytes"] / sint -def sighandler(foo, bar): +def sighandler(): sys.exit(0) |