zf8848 / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

File System Example Broken when running client and server on same host under Linux #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile the pcp application using GNU autotools
2. hostA:someDir>pcp -d 
3. hostA:someOtherDir>pcp -d 

What is the expected output? What do you see instead?
The expected output is that the file is transferred from client to server.
The actual output is "Get temp failed."

What version of the product are you using? On what operating system?
libjingle 4.0
Linux Ubuntu 2.6.17-11 (edgy)
gcc 4.1.12

Please provide any additional information below.

Solution:
Update unixfilesystem.cc, line 108 from:
pathname.SetPathname("/tmp");
to
pathname.SetPathname("/tmp/");

Original issue reported on code.google.com by dowling....@gmail.com on 20 Feb 2007 at 3:22

GoogleCodeExporter commented 9 years ago

Original comment by juberti@google.com on 9 Sep 2011 at 7:26