summaryrefslogtreecommitdiff
path: root/libpamc/test/regress/test.secret@here
diff options
context:
space:
mode:
Diffstat (limited to 'libpamc/test/regress/test.secret@here')
-rwxr-xr-xlibpamc/test/regress/test.secret@here3
1 files changed, 1 insertions, 2 deletions
diff --git a/libpamc/test/regress/test.secret@here b/libpamc/test/regress/test.secret@here
index 2e0b9b9..67fe22e 100755
--- a/libpamc/test/regress/test.secret@here
+++ b/libpamc/test/regress/test.secret@here
@@ -94,7 +94,7 @@ sub ReadBinaryPrompt ($) {
# broken packet header
return (-1, "");
}
-
+
my ($length, $control) = unpack("N C", $buffer);
if ($length < 5) {
# broken packet length
@@ -149,4 +149,3 @@ sub IdentifyLocalSecret ($) {
return $secret;
}
-