client messages BUGFIX keep the attribute names
diff --git a/src/messages_client.h b/src/messages_client.h
index 1aa4fa6..be49ef1 100644
--- a/src/messages_client.h
+++ b/src/messages_client.h
@@ -154,7 +154,7 @@
  */
 struct nc_reply_data {
     NC_RPL type;            /**< NC_RPL_DATA */
-    struct lyd_node *reply; /**< libyang RPC reply data tree (output of an RPC),
+    struct lyd_node *data;  /**< libyang RPC reply data tree (output of an RPC),
                                  \<get\> and \<get-config\> replies are special,
                                  in those cases there is the configuration itself
                                  and it should be validated as such (using #LYD_OPT_GET or #LYD_OPT_GETCONFIG. */