debug
This commit is contained in:
parent
d4e53a38bd
commit
ce94df8dbd
6
main.c
6
main.c
@ -27,9 +27,9 @@ int isinarray( int pid, int array[], int n )
|
|||||||
void getutmp( int pid, char user[], char host_ip[], char host_ipv6[], time_t * time )
|
void getutmp( int pid, char user[], char host_ip[], char host_ipv6[], time_t * time )
|
||||||
{
|
{
|
||||||
struct utmp * utmp;
|
struct utmp * utmp;
|
||||||
short int ipv6_1;
|
int ipv6_1;
|
||||||
short int ipv6_2;
|
int ipv6_2;
|
||||||
short int ipv4;
|
int ipv4;
|
||||||
int x;
|
int x;
|
||||||
char str[6];
|
char str[6];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user