Quellcode durchsuchen

* Ported [2734] to 1.2.10

svn: 2735
Bryan Drewery vor 20 Jahren
Ursprung
Commit
80b22117ee
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/mod/update.mod/update.c

+ 1 - 1
src/mod/update.mod/update.c

@@ -318,7 +318,7 @@ static void start_sending_binary(int idx)
   end:;
 */
 
-  if ((i = raw_dcc_send(update_file, "*binary", "(binary)", &j)) > 0) {
+  if ((i = raw_dcc_send(update_fpath, "*binary", "(binary)", &j)) > 0) {
     putlog(LOG_BOTS, "*", "%s -- can't send new binary",
 	   i == DCCSEND_FULL   ? "NO MORE DCC CONNECTIONS" :
 	   i == DCCSEND_NOSOCK ? "CAN'T OPEN A LISTENING SOCKET" :