Changeset 2504
- Timestamp:
- 03/16/12 13:30:45 (14 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/backends/bind/binddnssec.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/backends/bind/binddnssec.cc
r2496 r2504 256 256 } 257 257 catch (SSqlException &e) { 258 throw AhuException(" GSQLBackend unable to retrieve named TSIG key: "+e.txtReason());258 throw AhuException("BindBackend unable to retrieve named TSIG key: "+e.txtReason()); 259 259 } 260 260