/[rdiff-backup]/rdiff-backup/rdiff_backup/rpath.py
ViewVC logotype

Diff of /rdiff-backup/rdiff_backup/rpath.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.56 by bescoto, Mon Aug 4 23:59:16 2003 UTC revision 1.57 by bescoto, Thu Aug 14 09:01:24 2003 UTC
# Line 222  def make_socket_local(rpath): Line 222  def make_socket_local(rpath):
222    
223          """          """
224          assert rpath.conn is Globals.local_connection          assert rpath.conn is Globals.local_connection
225          s = socket.socket(socket.AF_UNIX)          s = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
226          try: s.bind(rpath.path)          try: s.bind(rpath.path)
227          except socket.error, exc:          except socket.error, exc:
228                  raise SkipFileException("Socket error: " + str(exc))                  raise SkipFileException("Socket error: " + str(exc))

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26