Skip to content

Commit

Permalink
fix issue about Fault set active
Browse files Browse the repository at this point in the history
  • Loading branch information
minhgiang1983 committed Oct 6, 2015
1 parent db10138 commit cc86cdc
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/fault/FaultSharedMem.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ void FaultSharedMem::init(SAFplus::Handle active)
void FaultSharedMem::setActive(SAFplus::Handle active)
{
if(faultHdr!=NULL)
{
return;
}
faultHdr->activeFaultServer=active;
}

Expand Down
2 changes: 1 addition & 1 deletion src/mk/safplus_targets.mk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ endif

ifndef SAFPLUS_TIMER_LIB
$(LIB_DIR)/libclTimer.so:
$(MAKE) -C $(SAFPLUS_SRC_DIR)/Timer
$(MAKE) -C $(SAFPLUS_SRC_DIR)/timer
endif

ifndef SAFPLUS_PY_LIB
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit cc86cdc

Please sign in to comment.