aboutsummaryrefslogtreecommitdiffstats
path: root/src/basecmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/basecmd.c')
-rw-r--r--src/basecmd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/basecmd.c b/src/basecmd.c
index 7b402ca1..40ab2b0c 100644
--- a/src/basecmd.c
+++ b/src/basecmd.c
@@ -1,6 +1,6 @@
// Basic infrastructure commands.
//
-// Copyright (C) 2016,2017 Kevin O'Connor <kevin@koconnor.net>
+// Copyright (C) 2016-2020 Kevin O'Connor <kevin@koconnor.net>
//
// This file may be distributed under the terms of the GNU GPLv3 license.
@@ -211,7 +211,6 @@ command_finalize_config(uint32_t *args)
{
move_finalize();
config_crc = args[0];
- command_get_config(NULL);
}
DECL_COMMAND(command_finalize_config, "finalize_config crc=%u");