diff --git a/Platform/common/rpc/rpc_common.h b/Platform/common/rpc/rpc_common.h index 3311f8520..807e2782f 100755 --- a/Platform/common/rpc/rpc_common.h +++ b/Platform/common/rpc/rpc_common.h @@ -59,7 +59,7 @@ typedef enum { { RET_IPINVALID, "IpInvalid"},\ { RET_NAMEINVAL, "NameInvalid"},\ { RET_EXIST, "AlreadyExist"},\ - { RET_FULL, "FULL"}\ + { RET_FULL, "Full"}\ } #define RET_BUFF_SIZE 256;