mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Drop a superfluous assignment to confirm_submit in ses_goto.
This commit is contained in:
parent
5d39d90909
commit
16c0afb56c
@ -180,10 +180,7 @@ ses_goto(struct session *ses, struct uri *uri, unsigned char *target_frame,
|
||||
malicious_uri = 1;
|
||||
confirm_submit = 1;
|
||||
|
||||
} else if (!uri->form) {
|
||||
confirm_submit = 0;
|
||||
|
||||
} else {
|
||||
} else if (uri->form) {
|
||||
struct cache_entry *cached;
|
||||
|
||||
/* First check if the referring URI was incomplete. It
|
||||
|
Loading…
Reference in New Issue
Block a user