diff options
| author | 2004-04-15 00:25:07 +0000 | |
|---|---|---|
| committer | 2004-04-15 00:25:07 +0000 | |
| commit | a62c272ea279d4970ed49e49427bf60560a7c49a (patch) | |
| tree | a4f33811ee350c3d2d5f5628dad6872530e75b73 /src/connection.cpp | |
| parent | Netmerge fixes (diff) | |
| download | inspircd++-a62c272ea279d4970ed49e49427bf60560a7c49a.tar.gz inspircd++-a62c272ea279d4970ed49e49427bf60560a7c49a.tar.bz2 inspircd++-a62c272ea279d4970ed49e49427bf60560a7c49a.zip | |
Tons of linking tweaks
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@592 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/connection.cpp')
| -rw-r--r-- | src/connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection.cpp b/src/connection.cpp index 737e11b8c..7c5468b42 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -235,7 +235,7 @@ void ircd_connector::SetDescriptor(int fd) this->fd = fd; } -bool connection::SendPacket(char *message, char* host) +bool connection::SendPacket(char *message, const char* host) { ircd_connector* cn = this->FindHost(host); |
