diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-03-10 01:46:56 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-03-10 01:46:56 +0000 |
commit | 34623e023acb8294cf7198b93d50cca473f11907 (patch) | |
tree | a3aa8fef8332a93a3ae04873202d1275f1521e12 | |
parent | 664fa8e572b4ed3db6d1eb2b5023cce4ed25659c (diff) | |
download | samba-34623e023acb8294cf7198b93d50cca473f11907.tar.gz samba-34623e023acb8294cf7198b93d50cca473f11907.tar.bz2 samba-34623e023acb8294cf7198b93d50cca473f11907.zip |
prevent bogus compiler complaints about comments in comments
(This used to be commit 73b3487daf4d7c65aac2c8ec150539791d19e1f5)
-rw-r--r-- | source3/tdb/tdbbackup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/tdb/tdbbackup.c b/source3/tdb/tdbbackup.c index 91bedb5661..ae8f143440 100644 --- a/source3/tdb/tdbbackup.c +++ b/source3/tdb/tdbbackup.c @@ -21,10 +21,10 @@ /* This program is meant for backup/restore of tdb databases. Typical usage would be: - tdbbackup /var/lock/samba/*.tdb + tdbbackup *.tdb when Samba shuts down cleanly, which will make a backup of all the local databases to *.bak files. Then on Samba startup you would use: - tdbbackup -v /var/lock/samba/*.tdb + tdbbackup -v *.tdb and this will check the databases for corruption and if corruption is detected then the backup will be restored. |