summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr/src/uts/common/io/mac/mac_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/mac/mac_client.c b/usr/src/uts/common/io/mac/mac_client.c
index 77196c01a6..f67b112cc2 100644
--- a/usr/src/uts/common/io/mac/mac_client.c
+++ b/usr/src/uts/common/io/mac/mac_client.c
@@ -4244,7 +4244,7 @@ mac_set_mtu(mac_handle_t mh, uint_t new_mtu, uint_t *old_mtu_arg)
{
mac_impl_t *mip = (mac_impl_t *)mh;
uint_t old_mtu;
- int rv;
+ int rv = 0;
i_mac_perim_enter(mip);