1
0
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:
Miciah Dashiel Butler Masters 2005-11-14 08:27:55 +00:00 committed by Miciah Dashiel Butler Masters
parent 5d39d90909
commit 16c0afb56c

View File

@ -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