mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-21 13:53:59 -07:00
Remove some compiler warnings
This commit is contained in:
parent
c83a71ae87
commit
b8f88efb46
3 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@ int start_teamspeak(int s, char *ip, int port, unsigned char options, char *misc
|
|||
strcpy((char *) &teamspeak.login, "");
|
||||
|
||||
#ifdef HAVE_ZLIB
|
||||
teamspeak.crc = crc32(0L, &teamspeak, sizeof(struct team_speak));
|
||||
teamspeak.crc = crc32(0L, (const Bytef *)&teamspeak, sizeof(struct team_speak));
|
||||
#else
|
||||
teamspeak.crc = crc32(&teamspeak, sizeof(struct team_speak));
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue