diff options
-rw-r--r-- | util/shmctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/shmctl.c b/util/shmctl.c index e50fef43..3372d9f0 100644 --- a/util/shmctl.c +++ b/util/shmctl.c @@ -280,8 +280,8 @@ cmputmpidle(const void * i, const void * j) static int cmputmpfrom(const void * i, const void * j) { - int r = strcmp(SHM->uinfo[*(int*)i].from, SHM->uinfo[*(int*)j].from); - if (r) return r; + // int r = strcmp(SHM->uinfo[*(int*)i].from, SHM->uinfo[*(int*)j].from); + // if (r) return r; // *** from_ip (in_addr_t) is big endian network number. return memcmp(&(SHM->uinfo[*(int*)i].from_ip), &(SHM->uinfo[*(int*)j].from_ip), |