From: Clément de l'Hamaide Date: Sat, 21 Dec 2013 14:47:36 +0000 (+0100) Subject: Remove specific hack while testing period X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f650fe5abd3540bcd2154080e9ae576da79abdaf;p=flightgear.git Remove specific hack while testing period --- diff --git a/utils/fgcom/fgcom.cxx b/utils/fgcom/fgcom.cxx index 5be3e2c0a..ed0e187cb 100644 --- a/utils/fgcom/fgcom.cxx +++ b/utils/fgcom/fgcom.cxx @@ -1248,12 +1248,6 @@ do_iaxc_call (const char *username, const char *password, char dest[256]; size_t len = strlen(number); - if( strcmp(voipserver, "delta384.server4you.de") == 0 ) { - if( number[len-1] == '5' ) { - number[len-1] = '0'; - } - } - if( strcmp(number, "9990909090910000") == 0) number = (char *)"0190909090910000";