diff options
author | Volker Lendecke <vl@samba.org> | 2010-11-30 22:59:13 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2010-12-01 07:58:06 +0100 |
commit | 45a44dd5880ba70423835cd834435751b90e31b1 (patch) | |
tree | 5d493462206bfd8ecde487bdc00a8be2bf252d29 | |
parent | 538ed076a91c49edb7d11b73927f1e330b9abd79 (diff) | |
download | samba-45a44dd5880ba70423835cd834435751b90e31b1.tar.gz samba-45a44dd5880ba70423835cd834435751b90e31b1.tar.bz2 samba-45a44dd5880ba70423835cd834435751b90e31b1.zip |
s3: Fix a typo
-rw-r--r-- | source3/modules/vfs_default.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c index eb0e0b95a6..977a5630ac 100644 --- a/source3/modules/vfs_default.c +++ b/source3/modules/vfs_default.c @@ -1078,7 +1078,7 @@ static char *vfswrap_realpath(vfs_handle_struct *handle, const char *path) if (!resolved_path) { SAFE_FREE(result); } else { - /* SMB_ASSERT(result == resovled_path) ? */ + /* SMB_ASSERT(result == resolved_path) ? */ result = resolved_path; } } |