commit | 4c1f36cb68d744fe5ed3d52a4ea531b72b1dcac3 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed Jun 30 16:11:03 2010 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Jun 30 16:11:03 2010 +0200 |
tree | 87a7d2d5503ddf53d6b8073ccdadee9afcb2c55d | |
parent | 4b9258d165d0a7c745814d24bf404b477cee829e [diff] [blame] |
server: Return the total length of the target in query_symlink.
diff --git a/server/symlink.c b/server/symlink.c index 2ec7ed5..2330fde 100644 --- a/server/symlink.c +++ b/server/symlink.c
@@ -214,6 +214,7 @@ SYMBOLIC_LINK_QUERY, &symlink_ops ); if (!symlink) return; + reply->total = symlink->len; if (get_reply_max_size() < symlink->len) set_error( STATUS_BUFFER_TOO_SMALL ); else