Commit 777a1e12 authored by claes's avatar claes

Subscription error status caused other subscription to be ignored

parent cf3baf5b
/*
* Proview $Id: rt_subsm.c,v 1.8 2006-09-14 14:16:07 claes Exp $
* Proview $Id: rt_subsm.c,v 1.9 2008-09-05 14:02:58 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -391,8 +391,8 @@ subsm_SendBuffer (
if (classp != NULL)
ndc_ConvertData(&dp->sts, np, classp, &sp->aref, dp->data, data, (pwr_tUInt32 *)&asize, ndc_eOp_encode, sp->aref.Offset, 0);
sp->count++;
mp->count++;
}
mp->count++;
/* Advance pointer to next sdata slot */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment