summaryrefslogtreecommitdiffstats
path: root/src/journal-remote/journal-upload.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-07-10 07:39:49 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-07-16 04:34:41 +0200
commit5bc891206dd8eb4e4df58f502b0184b8426caf22 (patch)
tree816670c7a3f4f86fa95015d6e50bb3e5e177bd06 /src/journal-remote/journal-upload.h
parentjournal-remote: rework fd and writer reference handling (diff)
downloadsystemd-5bc891206dd8eb4e4df58f502b0184b8426caf22.tar.xz
systemd-5bc891206dd8eb4e4df58f502b0184b8426caf22.zip
journal-remote: let user specify just the main part of the url
We can append /upload ourselves.
Diffstat (limited to '')
-rw-r--r--src/journal-remote/journal-upload.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal-remote/journal-upload.h b/src/journal-remote/journal-upload.h
index 9ccad102ad..3b46fa8cbf 100644
--- a/src/journal-remote/journal-upload.h
+++ b/src/journal-remote/journal-upload.h
@@ -23,7 +23,7 @@ typedef struct Uploader {
sd_event *events;
sd_event_source *sigint_event, *sigterm_event;
- const char *url;
+ char *url;
CURL *easy;
bool uploading;
char error[CURL_ERROR_SIZE];