]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh!
authorMoises Silva <moy@sangoma.com>
Tue, 7 Sep 2010 18:53:17 +0000 (14:53 -0400)
committerMoises Silva <moy@sangoma.com>
Tue, 7 Sep 2010 18:53:17 +0000 (14:53 -0400)
src/switch_profile.c

index 17c1dc1214a97662fcb500addf9cc30590ab4981..f1c22479796a3924d34541a5e4c2470f6693cf49 100644 (file)
@@ -280,7 +280,6 @@ SWITCH_DECLARE(void) switch_delete_profile_timer(switch_profile_timer_t **p)
        if (!p) return;
 
 #ifdef __linux__
-       test
        close((*p)->procfd);
 #endif
        free(*p);