[SCM] Samba Shared Repository - branch master updated - 3b6e5e6cc8b00912d24c8e1fc59eaa21068db91a

Jeremy Allison jra at samba.org
Fri Dec 5 22:06:42 GMT 2008


The branch, master has been updated
       via  3b6e5e6cc8b00912d24c8e1fc59eaa21068db91a (commit)
      from  611ef42053eb99f4c29d4efa86eaea9f1ca06286 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 3b6e5e6cc8b00912d24c8e1fc59eaa21068db91a
Author: Jeremy Allison <jra at samba.org>
Date:   Fri Dec 5 14:04:51 2008 -0800

    Fix lp_socket_address() prototype.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/include/proto.h b/source3/include/proto.h
index f985fe2..d0e64f7 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3922,7 +3922,7 @@ char *lp_remote_announce(void);
 char *lp_remote_browse_sync(void);
 const char **lp_wins_server_list(void);
 const char **lp_interfaces(void);
-char *lp_socket_address(void);
+const char *lp_socket_address(void);
 char *lp_nis_home_map_name(void);
 const char **lp_netbios_aliases(void);
 const char *lp_passdb_backend(void);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list