(UI_UTIL_read_pw_string): remove unused variable plen
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15021 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		@@ -128,7 +128,6 @@ read_string(const char *preprompt, const char *prompt,
 | 
				
			|||||||
int
 | 
					int
 | 
				
			||||||
UI_UTIL_read_pw_string(char *buf, int length, char *prompt, int verify)
 | 
					UI_UTIL_read_pw_string(char *buf, int length, char *prompt, int verify)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    size_t plen;
 | 
					 | 
				
			||||||
    int ret;
 | 
					    int ret;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ret = read_string("", prompt, buf, length, 0);
 | 
					    ret = read_string("", prompt, buf, length, 0);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user