]> granicus.if.org Git - zfs/commitdiff
TopGit missed this update when I updated the same line in the
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 9 Jul 2009 20:07:05 +0000 (13:07 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 9 Jul 2009 20:07:05 +0000 (13:07 -0700)
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.

module/nvpair/nvpair.c

index 3e147617b0d4ddfaec1455b8f6dcceb2130ba821..0b029bb490ee5bd19880dd71ab24fb5167a740fb 100644 (file)
@@ -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;