diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-14 15:16:04 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-14 15:16:04 -0700 |
| commit | 49d31613b91cf578d289086c28ea88c202c617d2 (patch) | |
| tree | 3a0558f0c697d6658f364df2a1fa3a780364096d /service | |
| parent | 758b5caf945bad08d59a5832aeecff7af504d5de (diff) | |
| download | infinitytier-49d31613b91cf578d289086c28ea88c202c617d2.tar.gz infinitytier-49d31613b91cf578d289086c28ea88c202c617d2.zip | |
Fix some minor issues, now to reintegrate taps.
Diffstat (limited to 'service')
| -rw-r--r-- | service/ControlPlane.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/ControlPlane.cpp b/service/ControlPlane.cpp index 5077dce9..01e31fbf 100644 --- a/service/ControlPlane.cpp +++ b/service/ControlPlane.cpp @@ -135,7 +135,7 @@ static void _jsonAppend(std::string &buf,const ZT1_VirtualNetworkConfig *nc) "{" "\"nwid\": \"%.16llx\"," "\"mac\": \"%.2x:%.2x:%.2x:%.2x:%.2x:%.2x\"," - "\"name\": %s," + "\"name\": \"%s\"," "\"status\": \"%s\"," "\"type\": \"%s\"," "\"mtu\": %u," |
