]> git.ipfire.org Git - thirdparty/kea.git/commit
[2383] Basic parsing in the new Name constructor
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Tue, 30 Oct 2012 10:39:22 +0000 (11:39 +0100)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Tue, 30 Oct 2012 10:39:22 +0000 (11:39 +0100)
commit8d2205ed3fc327862a0e3a7169e0432f221d514b
treeb7891481f79f9ca1cd1c5849608fbc494f89133e
parent67500d3bd8ae816e5ad73cf475d49f34546db639
[2383] Basic parsing in the new Name constructor

We only call the same parsing as from within the old constructor. No
appending of origin is done. Also, no checking some data came, so the
tests not only fail, but also segfault.
src/lib/dns/name.cc
src/lib/dns/tests/name_unittest.cc