summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1999-08-16 17:09:09 +0000
committerElliot Lee <sopwith@src.gnome.org>1999-08-16 17:09:09 +0000
commit9cba48fbc97da313418f6440143c2976b93b7f8e (patch)
treed34dda111fd0185395e6fca5a67de097c8685cab /src
parent86fbcede2450de0ba4d3254175fecd4fd63fe6ff (diff)
downloadlibgtop-9cba48fbc97da313418f6440143c2976b93b7f8e.tar.gz
Add braces to fix ambiguity.
Add braces to fix ambiguity.
Diffstat (limited to 'src')
-rw-r--r--src/daemon/gnuserv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/gnuserv.c b/src/daemon/gnuserv.c
index a1e64f1e..0ed7778d 100644
--- a/src/daemon/gnuserv.c
+++ b/src/daemon/gnuserv.c
@@ -219,7 +219,7 @@ permitted (u_long host_addr, int fd)
* GNU_SECURE protocol....
*/
- if (verbose_output)
+ if (verbose_output) {
if (changed_uid || invoked_from_inetd)
syslog_message (LOG_WARNING,
"Xauth authentication not allowed, "
@@ -228,6 +228,7 @@ permitted (u_long host_addr, int fd)
syslog_message (LOG_WARNING,
"Xauth authentication failed, "
"trying GNU_SECURE auth...");
+ }
}
/* Other auth protocols go here, and should execute only if