Merge pull request #1 from jedisct1/patch-1

Add missing return value
This commit is contained in:
Adrien Gallouët
2016-12-04 19:44:24 +01:00
committed by GitHub

1
mud.c
View File

@@ -1088,6 +1088,7 @@ int mud_send_ctrl (struct mud *mud)
mud_ctrl_path(mud, mud_ping, path, now);
}
}
return 0;
}
int mud_send (struct mud *mud, const void *data, size_t size, int tc)