v1.0.7.8 -- Fix reading of origin Net when receiving Type 2+ packets from
Points.
This commit is contained in:
@@ -429,7 +429,7 @@ void soft_info(void)
|
||||
#if defined(__i386__)
|
||||
p = xstrcat(p, (char *)" i386)");
|
||||
#elif defined(__x86_64__)
|
||||
p = xstrcat(p, (char *)" x86-64");
|
||||
p = xstrcat(p, (char *)" x86-64)");
|
||||
#elif defined(__PPC__) || defined(__ppc__)
|
||||
p = xstrcat(p, (char *)" PPC)");
|
||||
#elif defined(__sparc__)
|
||||
|
Reference in New Issue
Block a user