diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/cmd/mdb/common/modules/ip/ip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/mdb/common/modules/ip/ip.c b/usr/src/cmd/mdb/common/modules/ip/ip.c index 99f43ce940..ddb6966985 100644 --- a/usr/src/cmd/mdb/common/modules/ip/ip.c +++ b/usr/src/cmd/mdb/common/modules/ip/ip.c @@ -1443,7 +1443,7 @@ nce(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) nce_t nce; nce_cbdata_t nce_cb; int ipversion = 0; - const char *opt_P = NULL, *opt_ill; + const char *opt_P = NULL, *opt_ill = NULL; if (mdb_getopts(argc, argv, 'i', MDB_OPT_STR, &opt_ill, |