remove .o files

This commit is contained in:
n07070 2020-04-28 19:19:45 +02:00
parent 61041efd02
commit 2cf652f8ba
6 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -192,7 +192,7 @@ pub_data *get_data(int64_t id) {
while(tmp != NULL) {
data = (pub_data*) tmp->data;
tmp = tmp->next;
if(data->id == id)
return data;
}
@ -464,7 +464,7 @@ int send_packet(char *packet_buff, int16_t length, struct sockaddr_in6 *dest, in
((packet*) packet_buff)->length = htons(((packet*) packet_buff)->length);
// Vectorized buffer
struct iovec vec_buff[1];
struct iovec vec_buff[1];
vec_buff[0].iov_len = length + 4;
vec_buff[0].iov_base = packet_buff;

Binary file not shown.

Binary file not shown.

BIN
src/tlv.o

Binary file not shown.