diff options
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h index 88abfbcd1..c79bf7cb8 100644 --- a/include/users.h +++ b/include/users.h @@ -384,7 +384,7 @@ class CoreExport User : public Extensible /** Get client IP string from sockaddr, using static internal buffer * @return The IP string */ - const char* GetIPString(); + const std::string& GetIPString(); /** Get CIDR mask, using default range, for this user */ |