summaryrefslogtreecommitdiffstats
path: root/source/libads/sasl.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-12-16 12:30:49 +0000
committerGerald Carter <jerry@samba.org>2004-12-16 12:30:49 +0000
commit8d91e07ef22ad3ed484b04bc4968380a24940696 (patch)
treeb5b8989f8da9ef7f852081f0460995386edd4b5d /source/libads/sasl.c
parent1a878c865637feb80206c0dc599acebf7f4a46bd (diff)
downloadsamba-1f51fd67ae110edf69960955585c2473731c6486.tar.gz
samba-1f51fd67ae110edf69960955585c2473731c6486.tar.xz
samba-1f51fd67ae110edf69960955585c2473731c6486.zip
r4231: commiting changes to 3.0.10samba-3.0.10
Diffstat (limited to 'source/libads/sasl.c')
-rw-r--r--source/libads/sasl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libads/sasl.c b/source/libads/sasl.c
index 8eb2c86bed5..97ba9c92862 100644
--- a/source/libads/sasl.c
+++ b/source/libads/sasl.c
@@ -374,7 +374,7 @@ static ADS_STATUS ads_sasl_gssapi_bind(ADS_STRUCT *ads)
gss_release_buffer(&minor_status, &output_token);
- output_token.value = malloc(strlen(ads->config.bind_path) + 8);
+ output_token.value = SMB_MALLOC(strlen(ads->config.bind_path) + 8);
p = output_token.value;
*p++ = 1; /* no sign & seal selection */