diff options
| author | 2009-10-02 03:15:46 +0000 | |
|---|---|---|
| committer | 2009-10-02 03:15:46 +0000 | |
| commit | 8456cf5ccd44911f4e56538fe0880dd7fc7cd96d (patch) | |
| tree | 3e1f96b94cc86506a615d8b39131ff6ea7c1b64c /include/commands | |
| parent | Merge remote/local MODULES output (diff) | |
| download | inspircd++-8456cf5ccd44911f4e56538fe0880dd7fc7cd96d.tar.gz inspircd++-8456cf5ccd44911f4e56538fe0880dd7fc7cd96d.tar.bz2 inspircd++-8456cf5ccd44911f4e56538fe0880dd7fc7cd96d.zip | |
Fix valgrind issues and crashes on exit
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11794 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/commands')
| -rw-r--r-- | include/commands/cmd_whowas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_whowas.h b/include/commands/cmd_whowas.h index 99d12cca4..12c9eae9a 100644 --- a/include/commands/cmd_whowas.h +++ b/include/commands/cmd_whowas.h @@ -108,7 +108,7 @@ class WhoWasGroup : public classbase std::string ident; /** Server name */ - const char* server; + std::string server; /** Fullname (GECOS) */ std::string gecos; |
