Skip to content

Commit

Permalink
Fixed bad pin parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
wiire-a committed May 2, 2015
1 parent 88b0a90 commit a29e53f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3,150 deletions.
2 changes: 1 addition & 1 deletion src/wps/wps_registrar.c
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,7 @@ static int wps_process_e_hash2(struct wps_data *wps, const u8 *e_hash2)
pixie_test = 1;
//exit(0);
//here will get the pin
strncpy(pixie_pin, aux_pixie_pin+9, 8);
strncpy(pixie_pin, aux_pixie_pin + 12, 8);
}

}
Expand Down

0 comments on commit a29e53f

Please sign in to comment.