I fixed the compilation errors, And netsukuku now works correctly! Probably

This commit is contained in:
MissValeska 2014-02-28 02:14:43 -08:00
parent 5531cad3b8
commit eb91be8f93
2 changed files with 73 additions and 73 deletions

View File

@ -665,7 +665,7 @@ static int iptcc_compile_chain(TC_HANDLE_T h, STRUCT_REPLACE *repl, struct chain
strcpy(head->name.target.u.user.name, ERROR_TARGET);
head->name.target.u.target_size =
ALIGN(sizeof(struct ipt_error_target));
strcpy(head->name.error, c->name);
strcpy(head->name.errorname, c->name);
} else {
repl->hook_entry[c->hooknum-1] = c->head_offset;
repl->underflow[c->hooknum-1] = c->foot_offset;

View File

@ -164,7 +164,7 @@ void usage(void)
" -D Prevents running as daemon (Does not fork to the background)\n"
"\n"
" -r Runs in restricted mode\n"
" -m Share your internet connection with other nodes\n"
" -I Share your internet connection with other nodes\n"
"\n"
" -c configuration file\n"
" -l Enables logging to file\n"