Commit 8b01c94e authored by claes's avatar claes

Recursive loop in getclasslistattref for disabled attributes

parent f2f9b38d
/* /*
* Proview $Id: rt_mvol.c,v 1.14 2005-10-07 05:57:28 claes Exp $ * Proview $Id: rt_mvol.c,v 1.15 2006-01-30 09:03:51 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -1047,7 +1047,7 @@ mvol_ClassListAttrRef ( ...@@ -1047,7 +1047,7 @@ mvol_ClassListAttrRef (
if ( item->flags[0].m & PWR_MASK_DISABLEATTR && if ( item->flags[0].m & PWR_MASK_DISABLEATTR &&
vol_ArefDisabled( sts, oarp)) { vol_ArefDisabled( sts, oarp)) {
aref = *oarp; aref = *oarp;
mvol_ClassListAttrRef(sts, cid, &aref, oarp, list); mvol_ClassListAttrRef(sts, cid, &aref, oarp, mvol_eList_next);
return; return;
} }
pwr_ReturnVoid( sts, MVOL__SUCCESS); pwr_ReturnVoid( sts, MVOL__SUCCESS);
......
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