* 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)
commit272425172d6955f9c2c3929cdc0987056c0c01c8
treeead89fbf2b772001e1dfe56e251608f9e68b0154
parent84bbed37c27dd12bc82935cc9c5814951e95771d
* 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