summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/inet/ip/ip_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/inet/ip/ip_output.c')
-rw-r--r--usr/src/uts/common/inet/ip/ip_output.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/inet/ip/ip_output.c b/usr/src/uts/common/inet/ip/ip_output.c
index ea69412933..d3d04d4ec5 100644
--- a/usr/src/uts/common/inet/ip/ip_output.c
+++ b/usr/src/uts/common/inet/ip/ip_output.c
@@ -1099,7 +1099,7 @@ ire_send_local_v4(ire_t *ire, mblk_t *mp, void *iph_arg,
int, 1);
if (HOOKS4_INTERESTED_LOOPBACK_OUT(ipst)) {
- int error;
+ int error = 0;
DTRACE_PROBE4(ip4__loopback__out__start, ill_t *, NULL,
ill_t *, ill, ipha_t *, ipha, mblk_t *, mp);
@@ -1155,7 +1155,7 @@ ire_send_local_v4(ire_t *ire, mblk_t *mp, void *iph_arg,
}
if (HOOKS4_INTERESTED_LOOPBACK_IN(ipst)) {
- int error;
+ int error = 0;
DTRACE_PROBE4(ip4__loopback__in__start, ill_t *, ill,
ill_t *, NULL, ipha_t *, ipha, mblk_t *, mp);