mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-21 05:43:52 -07:00
Oops missed a reference.
This commit is contained in:
parent
756d8a631f
commit
3f73d1f163
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ void service_radmin2(char *ip, int sp, unsigned char options, char *miscptr, FIL
|
|||
MD5_Final(rawkey, &md5c);
|
||||
//Copy raw md5 data into ASCIIZ string
|
||||
for(index = 0; index < 16; index++) {
|
||||
count = sprintf((pkey+index*2), "%02x", rawkey[index]);
|
||||
sprintf((pkey+index*2), "%02x", rawkey[index]);
|
||||
}
|
||||
|
||||
/* Typical conversation goes as follows...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue