X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fcomm%2FINetAddress.cpp;h=f9dbd2d6d2be7df0c18f2aeb7ff5f2fa29ec44bc;hp=924c3bd59e678458f6e40b80e280e3c6af32af0d;hb=e782294456d0877aa8fc05aa931291ac79808eb3;hpb=7618e65d62aa5231b9399d6e361e884c38f49285 diff --git a/source/comm/INetAddress.cpp b/source/comm/INetAddress.cpp index 924c3bd..f9dbd2d 100644 --- a/source/comm/INetAddress.cpp +++ b/source/comm/INetAddress.cpp @@ -49,7 +49,7 @@ throw(RuntimeException) { if(a_device != NULL) a_device->asAttribute(result); else - result->createAttribute("Device", ""); + result->createAttribute("Device", "[null]"); result->createAttribute("Port", a_port); return result;