summaryrefslogtreecommitdiff
path: root/src/helper/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/command.c')
-rw-r--r--src/helper/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/command.c b/src/helper/command.c
index dbf3f2aa..b4b2164e 100644
--- a/src/helper/command.c
+++ b/src/helper/command.c
@@ -377,7 +377,7 @@ int command_run_line(command_context_t *context, char *line)
int command_run_file(command_context_t *context, FILE *file, enum command_mode mode)
{
- int retval;
+ int retval = ERROR_OK;
int old_command_mode;
char buffer[4096];