pimd: Revert: Explicitly restart zclient update connection.
diff --git a/pimd/pim_zebra.c b/pimd/pim_zebra.c
index c4a6f7a..68aee68 100644
--- a/pimd/pim_zebra.c
+++ b/pimd/pim_zebra.c
@@ -66,8 +66,6 @@
   /* discard connected addresses because zclient lib will reassign
      them upon reconnection */
   if_connected_reset_all();
-
-  zclient_init(qpim_zclient_update, ZEBRA_ROUTE_PIM); /* reconnect */
 }
 
 /* Router-id update message from zebra. */