Hal> sa_query: In send_mad, initialize wr.next to NULL Does this solve a real problem? As far as I know, the C standard requires any pointer fields not explicitly named in a designated initializer for a structure to be initialized to NULL. - R.