X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=ortp_send.c;h=fbd4077e828e7e945fc8c0c4497e56f0dcacffa8;hb=044dd6b25189b24d862d50b965fc2feaf93b01d7;hp=94c979fcd7b8bcdf37ebc913e28ea1940a993cb6;hpb=e231df6c1a741a59824cd157c78d3227eb8451d1;p=paraslash.git diff --git a/ortp_send.c b/ortp_send.c index 94c979fc..fbd4077e 100644 --- a/ortp_send.c +++ b/ortp_send.c @@ -18,13 +18,13 @@ /** \file ortp_send.c para_server's ortp sender */ +#include #include "server.cmdline.h" #include "server.h" #include "afs.h" #include "send.h" #include "list.h" -#include #include "ortp.h" #include "string.h" @@ -311,7 +311,6 @@ static char *ortp_help(void) void ortp_send_init(struct sender *s) { ortp_init(); - ortp_set_debug_file("oRTP", NULL); INIT_LIST_HEAD(&targets); s->info = ortp_info; s->help = ortp_help;