X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ffreeswitch.c;h=b483ad3c3bdb6573753dbdff7aec92a08601a59d;hb=ef6fcff0fb26080dbaf6d91bb87e5fbf3b590850;hp=c5277e456b5cbb21acca13dcb7cf25cf7fec96c7;hpb=0f6df5fb167f900ff9e46a37c82ca559a123d604;p=collectd.git diff --git a/src/freeswitch.c b/src/freeswitch.c index c5277e45..b483ad3c 100644 --- a/src/freeswitch.c +++ b/src/freeswitch.c @@ -69,7 +69,7 @@ struct fs_command_s char *line; // "api sofia status profile res-public" char *instance; // "profile-sofia-res-public" char *buffer; // - size_t buffer_size; // sizeof(*buffer) + size_t buffer_size; // strlen(*buffer)+3 size_t buffer_fill; // 0 or 1 fs_match_t *matches; fs_command_t *next; @@ -445,10 +445,6 @@ static int fs_read_command (fs_command_t *fc) { cu_match_value_t *mv; -printf("BUFFER SIZE = %lu\n", fc->buffer_size); - -printf("### Trying match\n"); - status = match_apply (fm->match, fc->buffer); if (status != 0) {