From e54d25e2b473746e8cfa5793ae09ce5b983053b2 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Wed, 18 Aug 2004 15:50:18 +0000 Subject: warning about the total uselessness of lasso_server_dump --- docs/lasso-book/writing-a-c-sp.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/lasso-book/writing-a-c-sp.txt b/docs/lasso-book/writing-a-c-sp.txt index d239d0e3..278f46bf 100644 --- a/docs/lasso-book/writing-a-c-sp.txt +++ b/docs/lasso-book/writing-a-c-sp.txt @@ -132,6 +132,8 @@ It is then really easy to get back properly constructed objects:: /* restore dump from file, database, whatever */ server = lasso_server_new_from_dump(dump); +.. warning:: The server dump only contains the filenames; not the actual file + contents. Files should not be moved afterwards. -- cgit