diff options
Diffstat (limited to 'apps/Gateway/Peer/Options.h')
-rw-r--r-- | apps/Gateway/Peer/Options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Gateway/Peer/Options.h b/apps/Gateway/Peer/Options.h index dc3daf5ce4b..c0136ce78ae 100644 --- a/apps/Gateway/Peer/Options.h +++ b/apps/Gateway/Peer/Options.h @@ -117,7 +117,7 @@ private: // The connector port number, i.e., the one that we use to actively // establish connections with a gatewayd and create a Consumer. - char *connector_host_; + const char *connector_host_; // Our connector host, i.e., where the gatewayd process is running. long timeout_; |