pass context to krb5_config_file_free
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6040 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		@@ -231,7 +231,7 @@ configure(int argc, char **argv)
 | 
				
			|||||||
end:
 | 
					end:
 | 
				
			||||||
    kdc_openlog(cf);
 | 
					    kdc_openlog(cf);
 | 
				
			||||||
    if(cf)
 | 
					    if(cf)
 | 
				
			||||||
	krb5_config_file_free (cf);
 | 
						krb5_config_file_free (context, cf);
 | 
				
			||||||
    if(max_request == 0)
 | 
					    if(max_request == 0)
 | 
				
			||||||
	max_request = 64 * 1024;
 | 
						max_request = 64 * 1024;
 | 
				
			||||||
    if(require_preauth == -1)
 | 
					    if(require_preauth == -1)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user