From: Dave H. <hel...@us...> - 2013-05-29 03:53:42
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "sfcb - Small Footprint CIM Broker". The branch, master_1.3 has been updated via a4bda05412b66be11493bddcece7dc727a1c0908 (commit) from 5d2158d867c25c25efaedca27cbc265adc363671 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a4bda05412b66be11493bddcece7dc727a1c0908 Author: Dave Heller <hel...@us...> Date: Tue May 28 23:51:41 2013 -0400 [sfcb-tix:#54] Fix for sfcbproc.c ----------------------------------------------------------------------- Summary of changes: sfcbproc.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sfcbproc.c b/sfcbproc.c index d5a011c..94ad542 100644 --- a/sfcbproc.c +++ b/sfcbproc.c @@ -466,7 +466,7 @@ static int getSocketInodeList(int port, int addrFam, SockDescr **sockListPtr) { return cnt; } - if (locport == port) { /* match */ + if (locport == port && inode > 0) { /* match */ if (verbose) (sockList + cnt)->ip = ipHexToPres(addrFam, locaddr); @@ -674,5 +674,5 @@ int main(int argc, char **argv) { printf("%5d %5d %5d %-4c %s\n", p->pid, p->ppid, p->pgrp, p->state, role); } - exit(0); + _exit(0); } hooks/post-receive -- sfcb - Small Footprint CIM Broker |