summaryrefslogtreecommitdiff
path: root/lib/tdb/common/open.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-12-13 13:31:59 +0100
committerStefan Metzmacher <metze@samba.org>2012-12-21 11:54:53 +0100
commit116ec13bb0718eb1de1ac1f4410d5c33f1db616f (patch)
tree7a014c55dd3be8cdec45ac3b91bd7eb229dbaf33 /lib/tdb/common/open.c
parent7237fdd4ddc0b9c848b5936431b4f8731ce56dba (diff)
downloadsamba-116ec13bb0718eb1de1ac1f4410d5c33f1db616f.tar.gz
samba-116ec13bb0718eb1de1ac1f4410d5c33f1db616f.tar.bz2
samba-116ec13bb0718eb1de1ac1f4410d5c33f1db616f.zip
tdb: Fix blank line endings
Reviewed-by: Rusty Russell <rusty@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/tdb/common/open.c')
-rw-r--r--lib/tdb/common/open.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/tdb/common/open.c b/lib/tdb/common/open.c
index d9f76f0835..694701f69d 100644
--- a/lib/tdb/common/open.c
+++ b/lib/tdb/common/open.c
@@ -1,4 +1,4 @@
- /*
+ /*
Unix SMB/CIFS implementation.
trivial database library
@@ -119,13 +119,13 @@ static int tdb_already_open(dev_t device,
return 0;
}
-/* open the database, creating it if necessary
+/* open the database, creating it if necessary
The open_flags and mode are passed straight to the open call on the
database file. A flags value of O_WRONLY is invalid. The hash size
is advisory, use zero for a default value.
- Return is NULL on error, in which case errno is also set. Don't
+ Return is NULL on error, in which case errno is also set. Don't
try to call tdb_error or tdb_errname, just do strerror(errno).
@param name may be NULL for internal databases. */