public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor/files: pdns-recursor-3.1.7.1-error-message.patch
@ 2009-08-03 19:34 Sven Wegener (swegener)
  0 siblings, 0 replies; only message in thread
From: Sven Wegener (swegener) @ 2009-08-03 19:34 UTC (permalink / raw
  To: gentoo-commits

swegener    09/08/03 19:34:12

  Added:                pdns-recursor-3.1.7.1-error-message.patch
  Log:
  Version bump.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-dns/pdns-recursor/files/pdns-recursor-3.1.7.1-error-message.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/files/pdns-recursor-3.1.7.1-error-message.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/files/pdns-recursor-3.1.7.1-error-message.patch?rev=1.1&content-type=text/plain

Index: pdns-recursor-3.1.7.1-error-message.patch
===================================================================
--- pdns-recursor-3.1.7.1/rec_channel.cc
+++ pdns-recursor-3.1.7.1/rec_channel.cc
@@ -100,7 +100,7 @@
   strcpy(remote.sun_path,(path+"/"+fname).c_str());
   if(::connect(d_fd, (sockaddr*)&remote, sizeof(remote)) < 0) {
     unlink(d_local.sun_path);
-    throw AhuException("Unable to connect to remote '"+path+fname+"': "+string(strerror(errno)));
+    throw AhuException("Unable to connect to remote '"+path+"/"+fname+"': "+string(strerror(errno)));
   }
 }
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-03 19:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-03 19:34 [gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor/files: pdns-recursor-3.1.7.1-error-message.patch Sven Wegener (swegener)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox