diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-08-02 18:28:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:29:10 -0500 |
commit | b91704d47b7946d561a0021a08c14f8923d59e3a (patch) | |
tree | b1cb9d9f5ab3f2418bf5ed1c231c9df3c01cc8d6 /source3/smbd/reply.c | |
parent | d526657d5f8f269782eb92228d5d0390c7d37efa (diff) | |
download | samba-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/reply.c')
-rw-r--r-- | source3/smbd/reply.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index 4fbf179797..0bb9d9ca7d 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -4,6 +4,7 @@ Copyright (C) Andrew Tridgell 1992-1998 Copyright (C) Andrew Bartlett 2001 Copyright (C) Jeremy Allison 1992-2007. + 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 |