summaryrefslogtreecommitdiffstats
path: root/source/libsmb
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-08 06:21:33 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-08 06:21:33 +0000
commit91597c12fb593f49b23c7cea5b64dbb89a0428b3 (patch)
tree8f7a839029de12844d40490849bad9d2eb0447ae /source/libsmb
parent230e4eb3dd9753899564fd6ec0e0291ee00be8c4 (diff)
downloadsamba-91597c12fb593f49b23c7cea5b64dbb89a0428b3.tar.gz
samba-91597c12fb593f49b23c7cea5b64dbb89a0428b3.tar.xz
samba-91597c12fb593f49b23c7cea5b64dbb89a0428b3.zip
- fixed a bunch of warnings and minor errors
- got smbtorture to compile - removed %D from some of lukes code - Luke, what is %D? it ain't portable anyway
Diffstat (limited to 'source/libsmb')
-rw-r--r--source/libsmb/clientgen.c2
-rw-r--r--source/libsmb/namequery.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/libsmb/clientgen.c b/source/libsmb/clientgen.c
index 657523b3beb..d454cbdd3cf 100644
--- a/source/libsmb/clientgen.c
+++ b/source/libsmb/clientgen.c
@@ -621,7 +621,7 @@ prots[] =
/****************************************************************************
-send a session setup
+send a session setup
****************************************************************************/
BOOL cli_session_setup(struct cli_state *cli,
char *user,
diff --git a/source/libsmb/namequery.c b/source/libsmb/namequery.c
index 22fb59a27d9..500618bd8a6 100644
--- a/source/libsmb/namequery.c
+++ b/source/libsmb/namequery.c
@@ -631,7 +631,7 @@ BOOL resolve_name(char *name, struct in_addr *return_ip, int name_type)
/********************************************************
find the IP address of the master browser or DMB for a workgroup
*********************************************************/
-BOOL find_master(char *group, struct in_addr *master_ip)
+BOOL find_master_ip(char *group, struct in_addr *master_ip)
{
if (resolve_name(group, master_ip, 0x1D)) return True;