Browse Source

[1968] Namespace typo fixed.

Tomek Mrugalski 13 years ago
parent
commit
07eb75f4b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/iface_mgr_sun.cc

+ 1 - 1
src/lib/dhcp/iface_mgr_sun.cc

@@ -25,7 +25,7 @@ using namespace isc::asiolink;
 using namespace isc::dhcp;
 
 namespace isc {
-namespace isc::dhcp {
+namespace dhcp {
 
 void
 IfaceMgr::detectIfaces() {