aboutsummaryrefslogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
Diffstat (limited to 'service')
-rw-r--r--service/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/src/main.c b/service/src/main.c
index 5d99fc1..e7f3508 100644
--- a/service/src/main.c
+++ b/service/src/main.c
@@ -218,7 +218,7 @@ echo_cmd(const char *arg)
void
upload_cmd(const char *arg)
{
- char *end, *contents, *modelname;
+ char *end, *contents = NULL, *modelname = NULL;
const char *resp;
size_t len;