Hi Colin, > @@ -287,7 +287,7 @@ int fwts_pipe_exec(const char *command, fwts_list **list, int *status) > *list = fwts_list_from_text(text); > free(text); > } else { > - list = NULL; > + *list = NULL; D'oh! Sorry about that. Acked-by: Jeremy Kerr <jk at ozlabs.org> Cheers, Jeremy