summaryrefslogtreecommitdiff
path: root/source4/libcli
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-06-09 13:13:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:53 -0500
commitc96492a9dce25a1881e854ac7861a0b258ee1ae1 (patch)
tree55d9be90f01244fa71ad2ee55a867901e27a493b /source4/libcli
parent46c231f1c8ce0f67c13f5545f080636c9e252364 (diff)
downloadsamba-c96492a9dce25a1881e854ac7861a0b258ee1ae1.tar.gz
samba-c96492a9dce25a1881e854ac7861a0b258ee1ae1.tar.bz2
samba-c96492a9dce25a1881e854ac7861a0b258ee1ae1.zip
r7436: As far as I see it, these are the last two "real" ones for Samba4 on AIX to
build. The remaining patch (not now) is to convert the javascript stuff not to use // style comments. Volker (This used to be commit 29f7e430ac4ae43f6844f021be73bf391610ef73)
Diffstat (limited to 'source4/libcli')
-rw-r--r--source4/libcli/nbt/nbtname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/nbt/nbtname.c b/source4/libcli/nbt/nbtname.c
index 5f344d9c6d..0fc679def3 100644
--- a/source4/libcli/nbt/nbtname.c
+++ b/source4/libcli/nbt/nbtname.c
@@ -36,7 +36,7 @@
*/
void ndr_print_nbt_string(struct ndr_print *ndr, const char *name, const char *s)
{
- return ndr_print_string(ndr, name, s);
+ ndr_print_string(ndr, name, s);
}
/*