summaryrefslogtreecommitdiff
path: root/alpine/help.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-06-18 15:16:03 -0600
committerEduardo Chappa <chappa@washington.edu>2020-06-18 15:16:03 -0600
commit1ec1ac67e40f334bd2115b6fb8f6501c0139d840 (patch)
tree0dfa9a4d9faef73cdc12860c62eb6c1ff72ad285 /alpine/help.c
parent7c360d963d9cb727a47741624e31f0afac2f4852 (diff)
downloadalpine-1ec1ac67e40f334bd2115b6fb8f6501c0139d840.tar.xz
* Crash if Privacy Policy is not accessible.
Diffstat (limited to 'alpine/help.c')
-rw-r--r--alpine/help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/alpine/help.c b/alpine/help.c
index 6c5f2e70..83211769 100644
--- a/alpine/help.c
+++ b/alpine/help.c
@@ -140,6 +140,7 @@ helper_internal(HelpType text, char *frag, char *title, int flags)
if(status != HTTP_OK){
shown_text = NO_HELP;
if(help_text) fs_give((void **) &help_text);
+ return MC_FINISH;
}
else{
is_external = 1;