Merge commit 'refs/top-bases/linux-zfs-branch' into linux-zfs-branch

This commit is contained in:
Brian Behlendorf 2009-03-11 12:48:22 -07:00
commit 3a22b0eb91
1 changed files with 1 additions and 1 deletions

View File

@ -1565,7 +1565,7 @@ nvlist_lookup_nvpair_ei_sep(nvlist_t *nvl, const char *name, const char sep,
char *sepp = NULL; char *sepp = NULL;
char *idxp, *idxep; char *idxp, *idxep;
nvlist_t **nva; nvlist_t **nva;
long idx; long idx = 0;
int n; int n;
if (ip) if (ip)