1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-03 14:33:32 +03:00

made tryBind static

using tryBind instead to determine if we're "config host" is "local"
This commit is contained in:
tomas@poseidon.ndb.mysql.com
2004-09-17 10:05:42 +00:00
parent 4bfe7efeb0
commit f5e6f23343
3 changed files with 29 additions and 8 deletions

View File

@@ -76,7 +76,7 @@ public:
* then close the socket
* Returns true if succeding in binding
*/
bool tryBind(unsigned short port, const char * intface = 0) const;
static bool tryBind(unsigned short port, const char * intface = 0);
/**
* Setup socket