diff options
author | Volker Lendecke <vl@samba.org> | 2010-10-03 13:21:21 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-10-03 13:22:03 +0200 |
commit | 4a768fbef7a3ed8bbc0219909f036bdeb01bf4c0 (patch) | |
tree | 9b760cc6f810533d364b3b89e1590cf0c613c25e | |
parent | 64be07bc70e4d755916304eb5446485801374c12 (diff) | |
download | samba-4a768fbef7a3ed8bbc0219909f036bdeb01bf4c0.tar.gz samba-4a768fbef7a3ed8bbc0219909f036bdeb01bf4c0.tar.bz2 samba-4a768fbef7a3ed8bbc0219909f036bdeb01bf4c0.zip |
s3: I thought I had compiled this....
-rw-r--r-- | source3/smbd/dmapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/dmapi.c b/source3/smbd/dmapi.c index e213d73e0a..7a0a2fc1f5 100644 --- a/source3/smbd/dmapi.c +++ b/source3/smbd/dmapi.c @@ -188,7 +188,7 @@ const void *dmapi_get_current_session(void) bool dmapi_have_session(void) { if (!dmapi_ctx) { - dmapi_ctx = talloc(struct smbd_dmapi_context); + dmapi_ctx = talloc(NULL, struct smbd_dmapi_context); if (!dmapi_ctx) { exit_server("unable to allocate smbd_dmapi_context"); } |