chiark
/
gitweb
/
~mdw
/
with-authinfo-kludge
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
38877c8
)
with-authinfo-kludge: Make $CLIENTKID be defined.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 24 Apr 2016 22:30:30 +0000
(23:30 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 26 Apr 2016 19:32:25 +0000
(20:32 +0100)
Otherwise Perl tells me off.
with-authinfo-kludge
patch
|
blob
|
blame
|
history
diff --git
a/with-authinfo-kludge
b/with-authinfo-kludge
index 74519c43ecacd0b7c861d5007598c1ad60ed2603..651cd8ca5373a5c26e799c01f017c0470fb9588e 100755
(executable)
--- a/
with-authinfo-kludge
+++ b/
with-authinfo-kludge
@@
-73,7
+73,7
@@
my $SESSDIR = undef;
my %SERVMAP = ();
my %CLIENT_NOIP = ();
my %KIDMAP = ();
my %SERVMAP = ();
my %CLIENT_NOIP = ();
my %KIDMAP = ();
-my $CLIENTKID =
undef
;
+my $CLIENTKID =
-1
;
###--------------------------------------------------------------------------
### Utilities.
###--------------------------------------------------------------------------
### Utilities.