Change another unnecessary use of the increment operator to explicitly set the var to 1

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77800 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant 2007-07-30 20:36:18 +00:00
parent 3b49339387
commit 3ca4126887
1 changed files with 1 additions and 1 deletions

View File

@ -8839,7 +8839,7 @@ static void *network_thread(void *ignore)
continue;
}
f->sentyet++;
f->sentyet = 1;
if (iaxs[f->callno]) {
send_packet(f);