mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Use SSL on divelogs.de upload
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
cc1d661881
commit
5c4a7c7498
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ int divelogde_upload(char *fn)
|
|||
SoupSession *session;
|
||||
SoupBuffer *sbuf;
|
||||
gboolean ret = FALSE;
|
||||
char url[256] = "http://divelogs.de/DivelogsDirectImport.php";
|
||||
char url[256] = "https://divelogs.de/DivelogsDirectImport.php";
|
||||
const char *pass = NULL;
|
||||
const char *user = NULL;
|
||||
struct memblock mem;
|
||||
|
|
Loading…
Add table
Reference in a new issue