Loading tests/data/test271 +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ tftp TFTP retrieve </name> <command> tftp://%HOSTIP:%TFTPPORT/271 --trace-ascii log/traceit tftp://%HOSTIP:%TFTPPORT//271 --trace-ascii log/traceit </command> </client> Loading tests/server/tftpd.c +1 −1 Original line number Diff line number Diff line Loading @@ -647,7 +647,7 @@ static int validate_access(struct testcase *test, logmsg("trying to get file: %s mode %x", filename, mode); if(!strncmp("/verifiedserver", filename, 15)) { if(!strncmp("verifiedserver", filename, 15)) { char weare[128]; size_t count = sprintf(weare, "WE ROOLZ: %d\r\n", (int)getpid()); Loading Loading
tests/data/test271 +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ tftp TFTP retrieve </name> <command> tftp://%HOSTIP:%TFTPPORT/271 --trace-ascii log/traceit tftp://%HOSTIP:%TFTPPORT//271 --trace-ascii log/traceit </command> </client> Loading
tests/server/tftpd.c +1 −1 Original line number Diff line number Diff line Loading @@ -647,7 +647,7 @@ static int validate_access(struct testcase *test, logmsg("trying to get file: %s mode %x", filename, mode); if(!strncmp("/verifiedserver", filename, 15)) { if(!strncmp("verifiedserver", filename, 15)) { char weare[128]; size_t count = sprintf(weare, "WE ROOLZ: %d\r\n", (int)getpid()); Loading