From: Jeremy Allison Date: Tue, 20 May 2008 00:19:18 +0000 (-0700) Subject: Remove conn_find_byname now it's no longer used in X-Git-Tag: samba-4.0.0alpha6~801^2~1325^2~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce4145319e531897663e2def866057d490c04d05;p=thirdparty%2Fsamba.git Remove conn_find_byname now it's no longer used in the msdfs.c code. Jeremy (This used to be commit 54556df561d03d30b2fc21b9eaabe56b8c758301) --- diff --git a/source3/include/proto.h b/source3/include/proto.h index 1d4e68a15b9..bf6328d5fd9 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -9456,7 +9456,6 @@ void conn_init(void); int conn_num_open(void); bool conn_snum_used(int snum); connection_struct *conn_find(unsigned cnum); -connection_struct *conn_find_byname(const char *service); connection_struct *conn_new(void); void conn_close_all(void); bool conn_idle_all(time_t t);