summaryrefslogtreecommitdiffstats
path: root/examples/pdb/README
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-01-10 19:27:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:53:50 -0500
commit1ffbe8fec8923a044b0280e230fc224f1a60419f (patch)
treebb8b10f0662060a7e2ef0585ea6b6ac5e46f58e3 /examples/pdb/README
parentdeaaa6ee9ee0e3f170498baabca4a175453718ed (diff)
downloadsamba-1ffbe8fec8923a044b0280e230fc224f1a60419f.tar.gz
samba-1ffbe8fec8923a044b0280e230fc224f1a60419f.tar.xz
samba-1ffbe8fec8923a044b0280e230fc224f1a60419f.zip
r4653: Output file of "test" pdb backend should be called test.so
(This used to be commit 95c8727045fab0c6aa3446871e19e7b29c20382d)
Diffstat (limited to 'examples/pdb/README')
-rw-r--r--examples/pdb/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pdb/README b/examples/pdb/README
index ab1baed236..baceb8e600 100644
--- a/examples/pdb/README
+++ b/examples/pdb/README
@@ -3,7 +3,7 @@ README for Samba Password Database (PDB) examples
Jelmer Vernooij <jelmer@nl.linux.org>
Stefan (metze) Metzmacher <metze@samba.org>
-The pdb_test.c file in this directory contains a very basic example of
+The test.c file in this directory contains a very basic example of
a pdb plugin. It just prints the name of the function that is executed using
DEBUG. Maybe it's nice to include some of the arguments to the function in the
future too..