This commit is contained in:
van Hauser 2014-11-28 11:08:58 +01:00
parent 32ccf4ae15
commit 071d4d04e5
3 changed files with 5 additions and 4 deletions

View file

@ -1142,7 +1142,8 @@ char *hydra_address2string(char *address) {
} else
#endif
{
fprintf(stderr, "[ERROR] unknown address string size!\n");
if (debug)
fprintf(stderr, "[ERROR] unknown address string size!\n");
return NULL;
}
return NULL; // not reached