X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=smsd%2Flowlevel.c;h=d5191d204d63186fa329fd8441b9e98e160fee4c;hp=ea36182fd198f4193cf15f15e1d4d26af5a825bc;hb=refs%2Fheads%2Fats;hpb=e1413f172e2c080b63889db8a957f7f7c984a33e diff --git a/smsd/lowlevel.c b/smsd/lowlevel.c index ea36182..d5191d2 100644 --- a/smsd/lowlevel.c +++ b/smsd/lowlevel.c @@ -11,6 +11,9 @@ $Id$ $Log$ + Revision 1.1.1.4 2002/04/03 01:44:15 short + Implemented connection type "tcp" (GCT_TCP), use : as "port" + Revision 1.1.1.3 2002/04/03 00:08:22 short Found in "gnokii-working" directory, some November-patches version @@ -137,6 +140,8 @@ static GSM_Error fbusinit(bool enable_monitoring) if (!strcmp(smsdConfig.connection, "infrared")) connection = GCT_Infrared; + if (!strcmp(smsdConfig.connection, "tcp")) + connection = GCT_TCP; /* Initialise the code for the GSM interface. */