summaryrefslogtreecommitdiff
path: root/src/tools/db-convert.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/db-convert.c')
-rw-r--r--src/tools/db-convert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/db-convert.c b/src/tools/db-convert.c
index c70f41ecd..4a82d0f82 100644
--- a/src/tools/db-convert.c
+++ b/src/tools/db-convert.c
@@ -458,7 +458,7 @@ int main(int argc, char *argv[])
HostCore *hc = findHostCore(na->nick);
if (hc)
{
- fs << "MD VHOST " << hc->creator << " " << hc->time << " " << hc->vHost << " :" << hc->vIdent << std::endl;
+ fs << "MD VHOST " << hc->creator << " " << hc->time << " " << hc->vHost << " :" << (hc->vIdent ? hc->vIdent : "") << std::endl;
}
}
}