mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
fix various spelling and typography errors
taken from Debian; the changes were authored by: * Julián Moreno Patiño <julian@debian.org> * Daniel Echeverry <epsilon77@gmail.com>
This commit is contained in:
parent
21ae638382
commit
0e6ef089db
16 changed files with 20 additions and 20 deletions
2
ntlm.c
2
ntlm.c
|
@ -1321,7 +1321,7 @@ void dumpAuthChallenge(FILE * fp, tSmbNtlmAuthChallenge * challenge) {
|
|||
fprintf(fp, " Flags = %08x\n", IVAL(&challenge->flags, 0));
|
||||
fprintf(fp, " Challenge = ");
|
||||
dumpRaw(fp, challenge->challengeData, 8);
|
||||
fprintf(fp, " Uncomplete!! parse optional parameters\n");
|
||||
fprintf(fp, " Incomplete!! parse optional parameters\n");
|
||||
}
|
||||
|
||||
void dumpAuthResponse(FILE * fp, tSmbNtlmAuthResponse * response) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue