Deleted Added
full compact
33c33
< * $Begemot: bsnmp/gensnmptree/gensnmptree.c,v 1.38 2004/08/06 08:46:46 brandt Exp $
---
> * $Begemot: bsnmp/gensnmptree/gensnmptree.c,v 1.41 2005/02/25 11:51:12 brandt_h Exp $
53c53
< * element := tree | leaf
---
> * element := tree | leaf | column
563c563,566
< if (np->type == NODE_COLUMN)
---
> if (np->type == NODE_COLUMN) {
> if (func == NULL)
> errx(1, "column without function (%s) - probably "
> "outside of a table", np->name);
565c568
< else
---
> } else