* Removed the 'protocol' parameter from the sock_connect() function. All we have...
authorArt Cancro <ajc@citadel.org>
Thu, 19 Aug 2010 02:39:31 +0000 (02:39 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 19 Aug 2010 02:39:31 +0000 (02:39 +0000)
commitb3ad9b6618d5bb9e03ffcfa47fabd30dac8b1b6d
treeead89fbf2b772001e1dfe56e251608f9e68b0154
parentb829b9decd86458f78b012f307d25758a7a85d5f
* Removed the 'protocol' parameter from the sock_connect() function.  All we have ever used here is TCP, and we don't have the functions in place to support UDP datagrams anyway.  Removed the spurious parameter in preparation for an overhaul of this function.
citadel/clientsocket.c
citadel/clientsocket.h
citadel/modules/clamav/serv_virus.c
citadel/modules/network/serv_network.c
citadel/modules/pop3client/serv_pop3client.c
citadel/modules/smtp/serv_smtp.c
citadel/modules/spam/serv_spam.c