diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-12-30 10:54:58 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-12-30 10:54:58 +0000 |
commit | 2efae7cc522651c22fb120835bc800645559b63e (patch) | |
tree | 8aecec031ee49796d1ad64491035af432e369150 /source/param | |
parent | 30ef625897cd025e1895c932b55dee027f060413 (diff) | |
download | samba-2efae7cc522651c22fb120835bc800645559b63e.tar.gz samba-2efae7cc522651c22fb120835bc800645559b63e.tar.xz samba-2efae7cc522651c22fb120835bc800645559b63e.zip |
Add a pile of doxygen style comments to various parts of Samba. Many of these
probably will never actually be genearted, but I like the style in any case.
Also fix a segfault in 'net rpc' when the login failed and a small memory leak
on failure in the auth_info.c code.
Andrew Bartlett
Diffstat (limited to 'source/param')
-rw-r--r-- | source/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/param/loadparm.c b/source/param/loadparm.c index 335995b0dd2..d1448df8d30 100644 --- a/source/param/loadparm.c +++ b/source/param/loadparm.c @@ -3862,7 +3862,7 @@ void get_private_directory(pstring privdir) Is netbios alias or name *****************************************************************/ -BOOL is_netbios_alias_or_name(char *name) +BOOL is_netbios_alias_or_name(const char *name) { char **netbios_aliases = lp_netbios_aliases(); |