summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/lasso-book/writing-a-c-sp.txt2
1 files changed, 2 insertions, 0 deletions
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.