Fix compiling with msvc. "interface" is a keyword.

This commit is contained in:
Jonathan Bagg
2017-02-26 17:43:37 -05:00
parent efd3f49bd0
commit b04c27e47e
4 changed files with 5 additions and 5 deletions

View File

@ -158,7 +158,7 @@ public:
zcs->type = type;
zcs->domain = domain;
zcs->host = host_name;
zcs->interface = interface;
zcs->interfaceIndex = interface;
zcs->port = port;
ref->pub->services.insert(key, zcs);
}