Add braces to fix ambiguity.
Add braces to fix ambiguity.
This commit is contained in:
@@ -219,7 +219,7 @@ permitted (u_long host_addr, int fd)
|
|||||||
* GNU_SECURE protocol....
|
* GNU_SECURE protocol....
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (verbose_output)
|
if (verbose_output) {
|
||||||
if (changed_uid || invoked_from_inetd)
|
if (changed_uid || invoked_from_inetd)
|
||||||
syslog_message (LOG_WARNING,
|
syslog_message (LOG_WARNING,
|
||||||
"Xauth authentication not allowed, "
|
"Xauth authentication not allowed, "
|
||||||
@@ -228,6 +228,7 @@ permitted (u_long host_addr, int fd)
|
|||||||
syslog_message (LOG_WARNING,
|
syslog_message (LOG_WARNING,
|
||||||
"Xauth authentication failed, "
|
"Xauth authentication failed, "
|
||||||
"trying GNU_SECURE auth...");
|
"trying GNU_SECURE auth...");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Other auth protocols go here, and should execute only if
|
/* Other auth protocols go here, and should execute only if
|
||||||
|
Reference in New Issue
Block a user