Skip to content

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

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions