]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ortp_send.c
update to libortp-0.9.1
[paraslash.git] / ortp_send.c
index 94c979fcd7b8bcdf37ebc913e28ea1940a993cb6..fbd4077e828e7e945fc8c0c4497e56f0dcacffa8 100644 (file)
 
 /** \file ortp_send.c para_server's ortp sender */
 
+#include <ortp/ortp.h>
 
 #include "server.cmdline.h"
 #include "server.h"
 #include "afs.h"
 #include "send.h"
 #include "list.h"
-#include <ortp/ortp.h>
 #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;