~ubuntu-branches/ubuntu/karmic/dante/karmic

« back to all changes in this revision

Viewing changes to debian/patches/07-rconnect.patch

  • Committer: Bazaar Package Importer
  • Author(s): Peter Pentchev
  • Date: 2008-08-22 13:02:45 UTC
  • mfrom: (1.1.4 upstream) (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20080822130245-8db86zgghz4ceu20
Tags: 1.1.19.dfsg-2
* Since the "new" binary package libdsocksd0 extracts a library that
  was formerly in dante-client, it should conflict and replace old
  versions of dante-client.  Closes: #494712.
* Remove the "debian/copyright line too long" lintian overrides, since
  the check was dropped from lintian in both unstable and testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- a/lib/Rconnect.c
 
2
+++ b/lib/Rconnect.c
 
3
@@ -75,6 +75,10 @@
 
4
                return connect(s, name, namelen);
 
5
        }
 
6
 
 
7
+#if SOCKS_CLIENT /* may be called before normal init, log to right place */
 
8
+       clientinit();
 
9
+#endif     
 
10
+   
 
11
        slog(LOG_DEBUG, "%s: %s",
 
12
        function, sockaddr2string(name, namestring, sizeof(namestring)));
 
13