aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-12-14 13:59:02 +0100
committerHarald Welte <laforge@gnumonks.org>2017-12-14 14:49:11 +0000
commit7c4de0776bafa744a2a10bbf244c8e4b03544bb3 (patch)
treebb272c3b1ddcef79bf3e601c02d4f60bc70fd170
parent077b903e11b2565673d56f51184bdbff58a1eeee (diff)
cosmetic: sgsnemu.c: Fix trailing whitespace
-rw-r--r--sgsnemu/sgsnemu.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sgsnemu/sgsnemu.c b/sgsnemu/sgsnemu.c
index 300183b..275c583 100644
--- a/sgsnemu/sgsnemu.c
+++ b/sgsnemu/sgsnemu.c
@@ -1,13 +1,13 @@
-/*
+/*
* OsmoGGSN - Gateway GPRS Support Node
* Copyright (C) 2002, 2003, 2004 Mondru AB.
* Copyright (C) 2017 Harald Welte <laforge@gnumonks.org>
- *
+ *
* The contents of this file may be used under the terms of the GNU
* General Public License Version 2, provided that the above copyright
* notice and this permission notice is included in all copies or
* substantial portions of the software.
- *
+ *
*/
/*
@@ -372,10 +372,10 @@ static int process_options(int argc, char **argv)
/* foreground */
/* If fg flag not given run as a daemon */
- /* Do not allow sgsnemu to run as deamon
+ /* Do not allow sgsnemu to run as deamon
if (!args_info.fg_flag)
{
- closelog();
+ closelog();
freopen("/dev/null", "w", stdout);
freopen("/dev/null", "w", stderr);
freopen("/dev/null", "r", stdin);
@@ -1700,7 +1700,7 @@ int main(int argc, char **argv)
pdp->hisaddr0 = options.remote;
pdp->hisaddr1 = options.remote;
- pdp->cch_pdp = options.cch; /* 2048 = Normal, 1024 = Prepaid,
+ pdp->cch_pdp = options.cch; /* 2048 = Normal, 1024 = Prepaid,
512 = Flat rate, 256 = Hot billing */
pdp->tx_gpdu_seq = options.tx_gpdu_seq;