diff options
author | Greg Hudson <ghudson@mit.edu> | 1998-07-15 14:28:04 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 1998-07-15 14:28:04 +0000 |
commit | 4fdf8f9d3fa9fd576e93e41cd9c4c97b6c931a7e (patch) | |
tree | 7bd348d064526e267ecfbb25e338faeea0e2c268 | |
parent | 55f7662a7adb58e32bcc92e0731b7dd1f65fceef (diff) |
Nuke extra argument to ss_listen().
-rw-r--r-- | clients/zctl/zctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/zctl/zctl.c b/clients/zctl/zctl.c index e8aa1cb..1318d10 100644 --- a/clients/zctl/zctl.c +++ b/clients/zctl/zctl.c @@ -135,7 +135,7 @@ main(argc,argv) ZVERSIONHDR, ZVERSIONMAJOR,ZVERSIONMINOR); - ss_listen(sci_idx,&code); + ss_listen(sci_idx); exit(0); } |