Fix use of uninitialized variable.
authorMichael Poole <mdpoole@troilus.org>
Thu, 14 Oct 2004 03:30:25 +0000 (03:30 +0000)
committerMichael Poole <mdpoole@troilus.org>
Thu, 14 Oct 2004 03:30:25 +0000 (03:30 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1244 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

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) &&