Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libnet-server-perl
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Perl Group
modules
packages
libnet-server-perl
Commits
48602887
Commit
48602887
authored
9 years ago
by
gregor herrmann
Browse files
Options
Downloads
Patches
Plain Diff
Add patch to remove debug output.
Closes: #818145
parent
f480ea13
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/debug-output.patch
+17
-0
17 additions, 0 deletions
debian/patches/debug-output.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
18 additions
and
0 deletions
debian/patches/debug-output.patch
0 → 100644
+
17
−
0
View file @
48602887
Description: remove debug output
Origin: vendor
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=85604
Bug-Debian: https://bugs.debian.org/818145
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-03-14
--- a/lib/Net/Server.pm
+++ b/lib/Net/Server.pm
@@ -530,7 +530,6 @@
($prop->{'peerport'}, $addr) = Socket::sockaddr_in($prop->{'udp_peer'});
$prop->{'peeraddr'} = Socket::inet_ntoa($addr);
} else {
- warn "Right here\n";
($prop->{'peerport'}, $addr) = Socket6::sockaddr_in6($prop->{'udp_peer'});
$prop->{'peeraddr'} = Socket6->can('inet_ntop')
? Socket6::inet_ntop($client->sockdomain, $addr)
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
48602887
spelling-error.patch
correct-SIG-confusion.patch
fix-manpage-has-errors-from-pod2man.patch
debug-output.patch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment