From c61db17779388cb3b11db1d030e251b393462309 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 15 Apr 2009 17:07:48 +0200 Subject: [PATCH] s3-examples: make sure to match correct key name in adssearch. Guenther (cherry picked from commit 6fe012ff78caf10f4bf5503b27030cd54563ad0b) (cherry picked from commit 6afb9614381f926b590c627f44cf5a93e11068ec) --- examples/misc/adssearch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/misc/adssearch.pl b/examples/misc/adssearch.pl index d17e680ec8e..026853d1524 100755 --- a/examples/misc/adssearch.pl +++ b/examples/misc/adssearch.pl @@ -735,7 +735,7 @@ sub get_machine_password { ($line,$password) = split(/"/, $line); last; } - if ($line =~ /$key/) { + if ($line =~ /\"$key\"/) { $found = 1; } } -- 2.11.4.GIT