[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2513-g54556df

Jeremy Allison jra at samba.org
Tue May 20 00:20:28 GMT 2008


The branch, v3-3-test has been updated
       via  54556df561d03d30b2fc21b9eaabe56b8c758301 (commit)
      from  8a7c6df122c5e4a1d0f74ab0f1bc9376a0a8bcb1 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 54556df561d03d30b2fc21b9eaabe56b8c758301
Author: Jeremy Allison <jra at samba.org>
Date:   Mon May 19 17:19:18 2008 -0700

    Remove conn_find_byname now it's no longer used in
    the msdfs.c code.
    Jeremy

-----------------------------------------------------------------------

Summary of changes:
 source/include/proto.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/include/proto.h b/source/include/proto.h
index 1d4e68a..bf6328d 100644
--- a/source/include/proto.h
+++ b/source/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);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list