summaryrefslogtreecommitdiff
path: root/source3/smbd/sesssetup.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-08-02 18:28:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:29:10 -0500
commitb91704d47b7946d561a0021a08c14f8923d59e3a (patch)
treeb1cb9d9f5ab3f2418bf5ed1c231c9df3c01cc8d6 /source3/smbd/sesssetup.c
parentd526657d5f8f269782eb92228d5d0390c7d37efa (diff)
downloadsamba-b91704d47b7946d561a0021a08c14f8923d59e3a.tar.gz
samba-b91704d47b7946d561a0021a08c14f8923d59e3a.tar.bz2
samba-b91704d47b7946d561a0021a08c14f8923d59e3a.zip
r24135: Convert call_trans2open to the new API
This itself won't help much, because send_trans2_replies_new still allocates the big buffers, but stay tuned :-) Also add/update my copyright on stuff I recently touched. Volker (This used to be commit 248f15ff143474db2493cef89ba446892342a361)
Diffstat (limited to 'source3/smbd/sesssetup.c')
-rw-r--r--source3/smbd/sesssetup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/sesssetup.c b/source3/smbd/sesssetup.c
index e9808e0040..22ad43ff75 100644
--- a/source3/smbd/sesssetup.c
+++ b/source3/smbd/sesssetup.c
@@ -5,6 +5,7 @@
Copyright (C) Andrew Bartlett 2001
Copyright (C) Jim McDonough <jmcd@us.ibm.com> 2002
Copyright (C) Luke Howard 2003
+ Copyright (C) Volker Lendecke 2007
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by