Change another pointer name that was missed in the previous commit.

Spotted by:	njl
This commit is contained in:
Scott Long 2004-03-01 21:45:49 +00:00
parent d488190531
commit a770030306
1 changed files with 1 additions and 1 deletions

View File

@ -1556,7 +1556,7 @@ mlx_enquire(struct mlx_softc *sc, int command, size_t bufsize, void (* complete)
/* we got an error, and we allocated a result */
if ((error != 0) && (result != NULL)) {
free(result, M_DEVBUF);
mc->mc_data = NULL;
result = NULL;
}
return(result);
}