Skip to content

Commit

Permalink
Update exchange.c
Browse files Browse the repository at this point in the history
  • Loading branch information
d8tahead committed Apr 21, 2015
1 parent 1a4127a commit 866919b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/exchange.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ enum wps_result do_wps_exchange()
{
if(globule->pixie_loop == 1)
{
tx_type = IDENTITY_REQUEST;
m4_sent = 0;
tx_type = SEND_WSC_NACK;
terminated = 1;
}
else if (globule->pixie_loop == 0)
{
Expand Down

0 comments on commit 866919b

Please sign in to comment.