Fix use of uninitialized variable.
[ircu2.10.12-pk.git] / ircd / m_server.c
index d092fa4f2dc9e2889ca7dd40dc2e7fc9bb0341f9..7cd638ee0a4c9c07346a28ceca3c25831b1cffe0 100644 (file)
@@ -624,7 +624,8 @@ int mr_server(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
       }
   }
 
-  check_start_timestamp(cptr, timestamp, start_timestamp, TStime());
+  recv_time = TStime();
+  check_start_timestamp(cptr, timestamp, start_timestamp, recv_time);
   ret = server_estab(cptr, aconf);
 
   if (feature_bool(FEAT_RELIABLE_CLOCK) &&