diff options
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/users.h b/include/users.h index 25db5eb08..0d812c0a4 100644 --- a/include/users.h +++ b/include/users.h @@ -170,7 +170,7 @@ class userrec : public connection /** The server the user is connected to. */ - char* server; + const char* server; /** The user's away message. * If this string is empty, the user is not marked as away. @@ -375,7 +375,7 @@ class WhoWasGroup char* host; char* dhost; char* ident; - char* server; + const char* server; char* gecos; time_t signon; |