diff options
| author | Jeremy Allison <jra@samba.org> | 2000-12-20 20:43:48 +0000 | 
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2000-12-20 20:43:48 +0000 | 
| commit | 4ac52fc52f451096a8c23fcf9116518cb4fe2180 (patch) | |
| tree | 3db8c32f243560b99626f0e748648549b92474c2 | |
| parent | abb9a2de72073a8a6f332b60d74af9eb6c3d6f25 (diff) | |
| download | samba-4ac52fc52f451096a8c23fcf9116518cb4fe2180.tar.gz samba-4ac52fc52f451096a8c23fcf9116518cb4fe2180.tar.bz2 samba-4ac52fc52f451096a8c23fcf9116518cb4fe2180.zip  | |
Removed uninitialised variable.
Jeremy.
(This used to be commit 56a93567a106f25e87df093e1861f6bdd1d3196a)
| -rw-r--r-- | source3/lib/util_unistr.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/util_unistr.c b/source3/lib/util_unistr.c index c989f589a5..8661f724fe 100644 --- a/source3/lib/util_unistr.c +++ b/source3/lib/util_unistr.c @@ -285,7 +285,6 @@ void unistr2_to_ascii(char *dest, const UNISTR2 *str, size_t maxlen)  	char *p;  	uint16 *src;  	size_t len; -	int i;  	if (str == NULL) {  		*dest='\0';  | 
