From: Dave H. <hel...@us...> - 2013-05-29 03:30:58
|
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 has been updated via 77222df9ea5b733d8e6bbe82b143bdc07ddf155a (commit) from 93e62db29de3c509788a7d7c4be78705fe2162d8 (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 77222df9ea5b733d8e6bbe82b143bdc07ddf155a Author: Dave Heller <hel...@us...> Date: Tue May 28 23:21:09 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 |