mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 04:26:50 +03:00
Atari: gui_401login_open returns nserror now.
This commit is contained in:
parent
cd0309fa83
commit
423b04d406
@ -766,7 +766,7 @@ static void gui_set_clipboard(const char *buffer, size_t length,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void gui_401login_open(nsurl *url, const char *realm,
|
static nserror gui_401login_open(nsurl *url, const char *realm,
|
||||||
const char *username, const char *password,
|
const char *username, const char *password,
|
||||||
nserror (*cb)(const char *username,
|
nserror (*cb)(const char *username,
|
||||||
const char *password,
|
const char *password,
|
||||||
@ -791,6 +791,8 @@ static void gui_401login_open(nsurl *url, const char *realm,
|
|||||||
if (p_out != NULL) {
|
if (p_out != NULL) {
|
||||||
free(p_out);
|
free(p_out);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return NSERROR_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
static nserror
|
static nserror
|
||||||
|
Loading…
Reference in New Issue
Block a user