Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 41692 | Differences between
and this patch

Collapse All | Expand All

(-)src/bigeye.c.orig (-1 / +1 lines)
Lines 1132-1138 Link Here
1132
 lt = time(NULL);
1132
 lt = time(NULL);
1133
 ptr = localtime(&lt);
1133
 ptr = localtime(&lt);
1134
1134
1135
 fprintf(fp, "IP address: %s - time: %sPort: %s - Protocol: 
1135
 fprintf(fp, "IP address: %s - time: %sPort: %s - Protocol: \
1136
%s\n",connection,asctime(ptr),port,protocol);
1136
%s\n",connection,asctime(ptr),port,protocol);
1137
 if(emulate == 1 && signature != NULL)  fprintf(fp,"server response: %s\n",signature);
1137
 if(emulate == 1 && signature != NULL)  fprintf(fp,"server response: %s\n",signature);
1138
 if(emulate == 0 && signature != NULL)	fprintf(fp,"server response: %s\n",signature);
1138
 if(emulate == 0 && signature != NULL)	fprintf(fp,"server response: %s\n",signature);

Return to bug 41692