Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
evuraan committed Mar 4, 2021
1 parent 78d1776 commit 262ffbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/magan.c
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,6 @@ void get_reply(char *request, int PROTO, struct reply *reply, int cut_here) {
char *interim_buf = (char *)json_object_get_string(name);
convert(con_ns, interim_buf);
int end_here = strnlen(con_ns, bufsize);
printf("input: %s, output: %s nslen: %d\n", interim_buf, con_ns, end_here);
memcpy(R, con_ns, end_here);
R += end_here + 1;
reply->sendSize += end_here + 1;
Expand Down

0 comments on commit 262ffbc

Please sign in to comment.