Merge pull request #382 from epsilon77/master

Fix spelling error
This commit is contained in:
van Hauser 2019-01-08 09:07:09 +01:00 committed by GitHub
commit 3ac0595f25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,7 +153,7 @@ int32_t service_rpcap_init(char *ip, int32_t sp, unsigned char options, char *mi
buf = hydra_receive_line(sock); buf = hydra_receive_line(sock);
if (strstr(buf, "NULL autentication not permitted") == NULL) { if (strstr(buf, "NULL authentication not permitted") == NULL) {
hydra_report(stderr, "[!] rpcap error or no need of authentication!\n"); hydra_report(stderr, "[!] rpcap error or no need of authentication!\n");
free(buf); free(buf);
return 1; return 1;