Adding addtional code to "line 120"
Hi ya
I need to add this to "line 120" of the attached code:
if(gsnatneg(sd, "terminator3", NULL, peer.sin_addr.s_addr, ntohs(peer.sin_port)) < 0) {
printf("- natneg failed\n");
exit(1);
}
I've tried but im not sure exactly where line 120 is. Presumably this refers to the actual code and not the extra information at the top, but not sure if it includes empty lines etc, i really dont know how to count it. I have attached the code, and would be very grateful if someone could show me where to put it.
Thanks
|