|
@@ -10,7 +10,7 @@ Reviewed-By: Adam Tkac <atkac@redhat.com>
|
10
|
10
|
#diff -up xinetd-2.3.14/xinetd/ident.c.orig xinetd-2.3.14/xinetd/ident.c
|
11
|
11
|
--- a/xinetd/ident.c
|
12
|
12
|
+++ b/xinetd/ident.c
|
13
|
|
-@@ -97,7 +98,13 @@ idresult_e log_remote_user( const struct
|
|
13
|
+@@ -97,7 +97,13 @@ idresult_e log_remote_user( const struct
|
14
|
14
|
}
|
15
|
15
|
|
16
|
16
|
CLEAR( sin_contact );
|
|
@@ -25,7 +25,7 @@ Reviewed-By: Adam Tkac <atkac@redhat.com>
|
25
|
25
|
sin_contact = sin_remote;
|
26
|
26
|
memcpy( &sin_bind, &sin_local, sizeof(sin_bind) ) ;
|
27
|
27
|
local_port = 0;
|
28
|
|
-@@ -121,7 +128,13 @@ idresult_e log_remote_user( const struct
|
|
28
|
+@@ -127,7 +133,13 @@ idresult_e log_remote_user( const struct
|
29
|
29
|
msg( LOG_ERR, func, "socket creation: %m" ) ;
|
30
|
30
|
return( IDR_ERROR ) ;
|
31
|
31
|
}
|