Fixed thinko in pseudonymizr.sh
This commit is contained in:
		
							parent
							
								
									0fbb5a9e12
								
							
						
					
					
						commit
						dc4a890a00
					
				@ -62,7 +62,7 @@ if ( $registry_fh ) {
 | 
			
		||||
    my ($orig, $random);
 | 
			
		||||
    my ($h1, $h2, $assign) = $reverse_mode
 | 
			
		||||
        ? (\%subst => \%known, sub { ($random, $orig) = @_ })
 | 
			
		||||
        : (\%known => \%known, sub { ($orig, $random) = @_ })
 | 
			
		||||
        : (\%known => \%subst, sub { ($orig, $random) = @_ })
 | 
			
		||||
        ;
 | 
			
		||||
 | 
			
		||||
    while ( $_ = <$registry_fh> ) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user