session CHANGE client capabilities are not longer const
diff --git a/src/session_p.h b/src/session_p.h
index 053d0d9..8837e34 100644
--- a/src/session_p.h
+++ b/src/session_p.h
@@ -358,7 +358,7 @@
         struct {
             /* client side only data */
             uint64_t msgid;
-            const char **cpblts;           /**< list of server's capabilities on client side */
+            char **cpblts;                 /**< list of server's capabilities on client side */
             struct nc_msg_cont *replies;   /**< queue for RPC replies received instead of notifications */
             struct nc_msg_cont *notifs;    /**< queue for notifications received instead of RPC reply */
             volatile pthread_t *ntf_tid;   /**< running notifications receiving thread */