fixed warnings in previous check in

This commit is contained in:
Arvid Norberg 2007-05-05 22:15:22 +00:00
parent b239eecc04
commit 7f27ed9c1f
1 changed files with 2 additions and 2 deletions

View File

@ -132,9 +132,9 @@ private:
struct rootdevice
{
rootdevice(): lease_duration(default_lease_time)
rootdevice(): service_namespace(0)
, lease_duration(default_lease_time)
, supports_specific_external(true)
, service_namespace(0)
{
mapping[0].protocol = 0;
mapping[1].protocol = 1;