Ge van Geldorp wrote:
I'm seeing some crashes now because the
lpGroup->lpService pointer is NULL.
Patch below seems to fix it, but I have no idea if it's the correct fix.
GvG
This is some leftover from the changes to the group list. ScmAssignTagId
has got a more useful prototype and the group pointer is now assigned
_before_ ScmAssignTagId might access it.
Eric