Changeset 851 for server/common
- Timestamp:
- Oct 8, 2008, 2:55:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/common/oursrc/execsys/gitproxy.pl
r850 r851 34 34 $msg .= $buf; 35 35 my $len; 36 if (($len) = $msg =~ m/^([[:xdigit:]]{4})/ and length($ ') >= hex($len)) {36 if (($len) = $msg =~ m/^([[:xdigit:]]{4})/ and length($msg) >= hex($len)) { 37 37 foreach (split("\0", $')) { 38 38 last if ($host) = m/^host=(.*)$/;
Note: See TracChangeset
for help on using the changeset viewer.