Skip to content

Commit

Permalink
Merge pull request RPISEC#8 from 73696e65/master
Browse files Browse the repository at this point in the history
Fixes to lab6B
  • Loading branch information
gaasedelen committed Jul 25, 2015
2 parents 78178c0 + 6e100be commit 06b5547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lab06/lab6B.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ int main(int argc, char* argv[])
/* hash the password we'll be comparing against */
hash_pass(secretpw, "lab6A");
printf("----------- FALK OS LOGIN PROMPT -----------\n");
fflush(stdout);

/* authorization loop */
if(login_prompt(pwsize, secretpw))
Expand Down

0 comments on commit 06b5547

Please sign in to comment.