diff options
| author | 2022-01-15 03:37:00 +0000 | |
|---|---|---|
| committer | 2022-01-15 10:16:12 +0000 | |
| commit | cb5083af6dcd75751b0ce7971c57cbf40700df75 (patch) | |
| tree | 0394138341f26bdccde305da6b46032f544c956b /src/modules/m_spanningtree/save.cpp | |
| parent | Fix accessing the /stats/general and /stats/users sub-routes. (diff) | |
Fix a spanningtree linker error on FreeBSD armv7.
Diffstat (limited to 'src/modules/m_spanningtree/save.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/save.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/m_spanningtree/save.cpp b/src/modules/m_spanningtree/save.cpp index f9af52a9f..584e779f5 100644 --- a/src/modules/m_spanningtree/save.cpp +++ b/src/modules/m_spanningtree/save.cpp @@ -27,6 +27,8 @@ #include "treesocket.h" #include "commands.h" +const time_t CommandSave::SavedTimestamp = 100; + /** * SAVE command - force nick change to UID on timestamp match */ |
