Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
ffworker
Commits
831c1a69
Commit
831c1a69
authored
Nov 27, 2017
by
Julian Rother
Browse files
Removed debugging code
parent
5899590e
Changes
1
Hide whitespace changes
Inline
Side-by-side
util/api.c
View file @
831c1a69
...
...
@@ -35,7 +35,6 @@ int ping_job(int id, char *state, char *status, ...)
}
else
p
=
strdup
(
"{}"
);
printf
(
"%s
\n
"
,
p
);
e_status
=
curl_easy_escape
(
curl
,
p
,
0
);
free
(
p
);
p
=
mprintf
(
"apikey=%s&state=%s&host=%s&status=%s"
,
e_apikey
,
e_state
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment