Sorin Manolache wrote:
void sql_template(ap_dbd_t *con, request_rec *r, apr_hash_t *formdata) {
 apr_dbd_results_t *res;


Set res to NULL before passing it.

 apr_dbd_row_t *row;


Set row to NULL before passing it.

that was it. Thanks so much!

Guess I thought that the functions would have ignored and overridden any nonsensical values. Oh well.

And thank you too Jerome, I'm sure I will be studying that code.

Reply via email to