Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/cral/commit/e9e5b4dd4470aa91fd5fe7b932ca578ada83408d?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Remove redundant 'NetworkConnection::' namespace reference.

git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@117 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b
master
follower 18 years ago
parent 677877160c
commit e9e5b4dd44

@ -229,7 +229,7 @@ class NetworkConnection { // Essentially a Socket wrapper
int available();
int read();
void print(uint8_t);
void NetworkConnection::close();
void close();
private:
SOCKET _socket;

Loading…
Cancel
Save