summaryrefslogtreecommitdiff
path: root/source3/smbd/negprot.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/negprot.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/negprot.c')
-rw-r--r--source3/smbd/negprot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/negprot.c b/source3/smbd/negprot.c
index a8578d56b5..06b17a9a24 100644
--- a/source3/smbd/negprot.c
+++ b/source3/smbd/negprot.c
@@ -2,6 +2,7 @@
Unix SMB/CIFS implementation.
negprot reply code
Copyright (C) Andrew Tridgell 1992-1998
+ 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