diff options
| author | Joseph Henry <joseph.henry@zerotier.com> | 2015-09-24 15:30:07 -0400 |
|---|---|---|
| committer | Joseph Henry <joseph.henry@zerotier.com> | 2015-09-24 15:30:07 -0400 |
| commit | 851e4c667f76c69e54aba3ee44acf9c384b94ecc (patch) | |
| tree | a288e5a2e6ebd727df4266ae0437d23c3a8630bb /netcon/LWIPStack.hpp | |
| parent | 0027a1e152962ae2090c0cafeb085b72114a6330 (diff) | |
| download | infinitytier-851e4c667f76c69e54aba3ee44acf9c384b94ecc.tar.gz infinitytier-851e4c667f76c69e54aba3ee44acf9c384b94ecc.zip | |
Minor changes
Diffstat (limited to 'netcon/LWIPStack.hpp')
| -rw-r--r-- | netcon/LWIPStack.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netcon/LWIPStack.hpp b/netcon/LWIPStack.hpp index 9bf3b613..b93de87d 100644 --- a/netcon/LWIPStack.hpp +++ b/netcon/LWIPStack.hpp @@ -197,7 +197,7 @@ public: ~LWIPStack() { - if (lebref) + if (libref) dlclose(libref); } }; |
