Fix bug introduced in rev:a3a710f720dd with passwd arguments.
authorMahlon E. Smith <mahlon@martini.nu>
Mon, 12 Sep 2011 08:35:25 -0700
changeset 40 c6a3abc56c74
parent 39 bc105b22eb0f
child 41 3e7c107f8b93
Fix bug introduced in rev:a3a710f720dd with passwd arguments.
shelldap
--- a/shelldap	Tue Sep 06 16:28:31 2011 -0700
+++ b/shelldap	Mon Sep 12 08:35:25 2011 -0700
@@ -1651,7 +1651,7 @@
 	}
 
 	# convert given path to DN
-	$self->path_to_dn( $dn );
+	$dn = $self->path_to_dn( $dn );
 
 	my $s = $self->search( { base => $dn, scope => 'base' } );
 	if ( $s->{'code'} ) {