From 8ad248395c0fa0bccff6d0f9c43712018f0645f9 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 01:47:43 +0200 Subject: Use tabs for indentation, not spaces. Signed-off-by: Ralf Baechle --- ax25ipd/config.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'ax25ipd/config.c') diff --git a/ax25ipd/config.c b/ax25ipd/config.c index 5b2c3e4..e1a7f70 100644 --- a/ax25ipd/config.c +++ b/ax25ipd/config.c @@ -319,17 +319,17 @@ int parse_line(char *buf) uport = ntohs(my_udp); while ((q = strtok(NULL, " \t\n\r")) != NULL) { if (strcmp(q, "udp") == 0) { - /* uport == 0 should never happen. - * re-use setting. It costed me a long time - * to realize that "udp" in ax25ipd.conf - * is not enough. It used the wrong port; - * 93 is standard, I configured socket udp 93, - * but ax25ipd talked to partners on that - * strange 10093. Even more, ax25ipd.conf's - * examples for axip did not help - and the - * manual is far from complete. - */ - if (uport == 0) + /* uport == 0 should never happen. + * re-use setting. It costed me a long time + * to realize that "udp" in ax25ipd.conf + * is not enough. It used the wrong port; + * 93 is standard, I configured socket udp 93, + * but ax25ipd talked to partners on that + * strange 10093. Even more, ax25ipd.conf's + * examples for axip did not help - and the + * manual is far from complete. + */ + if (uport == 0) uport = DEFAULT_UDP_PORT; q = strtok(NULL, " \t\n\r"); if (q != NULL) { -- cgit v1.2.3