From: Brian Behlendorf Date: Thu, 9 Jul 2009 20:07:05 +0000 (-0700) Subject: TopGit missed this update when I updated the same line in the X-Git-Tag: zfs-0.4.5~42^2^2^2^2^2^2^2^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=683b2f0d00a8502f60f289ab5df9e045130cec8e;p=zfs TopGit missed this update when I updated the same line in the gcc-unused and gcc-uninit topic branches at the same time and then ran 'tg update'. I'll need to keep that sort of thing in mind when updating multiple topic branches between updates. --- diff --git a/module/nvpair/nvpair.c b/module/nvpair/nvpair.c index 3e147617b..0b029bb49 100644 --- a/module/nvpair/nvpair.c +++ b/module/nvpair/nvpair.c @@ -1560,7 +1560,7 @@ nvlist_lookup_nvpair_ei_sep(nvlist_t *nvl, const char *name, const char sep, { nvpair_t *nvp; const char *np; - char *sepp = NULL; + char *sepp=NULL; char *idxp, *idxep; nvlist_t **nva; long idx = 0;