diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/main.c b/src/bin/main.c index 842db42..6eca428 100644 --- a/src/bin/main.c +++ b/src/bin/main.c | |||
@@ -862,6 +862,7 @@ remote: | |||
862 | if (!term) | 862 | if (!term) |
863 | { | 863 | { |
864 | CRITICAL(_("Could not create terminal widget.")); | 864 | CRITICAL(_("Could not create terminal widget.")); |
865 | config = NULL; | ||
865 | retval = EXIT_FAILURE; | 866 | retval = EXIT_FAILURE; |
866 | goto end; | 867 | goto end; |
867 | } | 868 | } |