diff options
author | Volker Lendecke <vl@samba.org> | 2010-02-15 23:52:51 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-02-20 18:59:30 +0100 |
commit | f27857e655c410559b8717ce03049b7d7be3aa1f (patch) | |
tree | f61676c4090df6d108c16e79bc70b223091b9ee6 | |
parent | 8930a9c52008c7c9a755b213f857dfa2247f6823 (diff) | |
download | samba-f27857e655c410559b8717ce03049b7d7be3aa1f.tar.gz samba-f27857e655c410559b8717ce03049b7d7be3aa1f.tar.bz2 samba-f27857e655c410559b8717ce03049b7d7be3aa1f.zip |
s3: Fix a typo
-rw-r--r-- | source3/client/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index 24fae3901b..fcc2d56f09 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -4234,7 +4234,7 @@ static char **remote_completion(const char *text, int len) int i; completion_remote_t info = { NULL, NULL, 1, 0, NULL, 0 }; - /* can't have non-static intialisation on Sun CC, so do it + /* can't have non-static initialisation on Sun CC, so do it at run time here */ info.samelen = len; info.text = text; |