diff options
Diffstat (limited to 'src/util/system.h')
-rw-r--r-- | src/util/system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/system.h b/src/util/system.h index 79fb33a9bd..9f8d94f520 100644 --- a/src/util/system.h +++ b/src/util/system.h @@ -284,6 +284,7 @@ public: void ClearArgs() { LOCK(cs_args); m_available_args.clear(); + m_network_only_args.clear(); } /** |