Skip to content

Commit

Permalink
stun: pass in expression in _stun_czar
Browse files Browse the repository at this point in the history
  • Loading branch information
yosoyubik committed Nov 16, 2023
1 parent fd32d71 commit 42e672c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/vere/io/ames.c
Original file line number Diff line number Diff line change
Expand Up @@ -1559,9 +1559,7 @@ _stun_start(u3_ames* sam_u, c3_o fail)
u3z(mug);
}

c3_d tim_d = (fail == c3n) ? 500 : 39500;

_stun_czar(sam_u, tim_d);
_stun_czar(sam_u, (fail == c3n) ? 500 : 39500);
}

static void
Expand Down

0 comments on commit 42e672c

Please sign in to comment.