Diff
Not logged in

Differences From:

File src/xfer.c part of check-in [651c75c5b7] - merge trunk into creole by robert on 2009-10-05 10:08:05. Also file src/xfer.c part of check-in [469efd6a7c] - Disable the check of the "server-code" on a sync. This means that two repositories with the same "server-code" can sync with each other, which allows a repository to be copied using an ordinary file copy, and without having to run clone. by drh on 2009-10-01 14:47:54. [view]

To:

File src/xfer.c part of check-in [16f6fd904a] - Add SSL support. by dmitry on 2009-11-09 15:32:32. [view]

@@ -1271,9 +1271,9 @@
   transport_stats(&nSent, &nRcvd, 1);
   printf("Total network traffic: %d bytes sent, %d bytes received\n",
          nSent, nRcvd);
   transport_close();
-  socket_global_shutdown();
+  transport_global_shutdown();
   db_multi_exec("DROP TABLE onremote");
   manifest_crosslink_end();
   db_end_transaction(0);
 }