--- rpc_parse/parse_lsa.c Fri Jan 21 15:29:12 2005 +++ ../../mod-samba-3.0.11rc1/source/rpc_parse/parse_lsa.c Sun Jan 30 13:36:06 2005 @@ -214,15 +214,16 @@ static BOOL lsa_io_obj_attr(const char *desc, LSA_OBJ_ATTR *attr, prs_struct *ps, int depth) { - uint32 start; - prs_debug(ps, depth, desc, "lsa_io_obj_attr"); depth++; if(!prs_align(ps)) return False; - + +#if 0 + uint32 start; start = prs_offset(ps); +#endif /* these pointers had _better_ be zero, because we don't know what they point to!