BIND 10 master, updated. c2d13346d9c16ba018a4f154c6862c3f9b208a82 Merge branch 'master' of git+ssh://git.bind10.isc.org/var/bind10/git/bind10

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Feb 28 10:13:33 UTC 2012


The branch, master has been updated
       via  c2d13346d9c16ba018a4f154c6862c3f9b208a82 (commit)
       via  c8fe7f2e869938bee1b3283c55c99f9487b6995b (commit)
      from  b5ae5d8fe31c721fe63f6cfa7ef880cf27ffbb06 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c2d13346d9c16ba018a4f154c6862c3f9b208a82
Merge: c8fe7f2e869938bee1b3283c55c99f9487b6995b b5ae5d8fe31c721fe63f6cfa7ef880cf27ffbb06
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Feb 28 11:13:29 2012 +0100

    Merge branch 'master' of git+ssh://git.bind10.isc.org/var/bind10/git/bind10

commit c8fe7f2e869938bee1b3283c55c99f9487b6995b
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Feb 28 11:12:28 2012 +0100

    Fix include name
    
    It was introduced in #1599

-----------------------------------------------------------------------

Summary of changes:
 src/lib/asiodns/sync_udp_server.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/asiodns/sync_udp_server.h b/src/lib/asiodns/sync_udp_server.h
index 85a9e37..5b42e03 100644
--- a/src/lib/asiodns/sync_udp_server.h
+++ b/src/lib/asiodns/sync_udp_server.h
@@ -26,7 +26,7 @@
 #include <dns/message.h>
 #include <asiolink/simple_callback.h>
 #include <util/buffer.h>
-#include <exceptions.h>
+#include <exceptions/exceptions.h>
 
 #include <boost/noncopyable.hpp>
 



More information about the bind10-changes mailing list