Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
17ae484b
Commit
17ae484b
authored
Nov 07, 2004
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove bogus debug messages
parent
dc60b611
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
modules/misc/gnutls.c
modules/misc/gnutls.c
+0
-2
No files found.
modules/misc/gnutls.c
View file @
17ae484b
...
@@ -142,7 +142,6 @@ gnutls_SessionHandshake( tls_session_t *p_session, int fd )
...
@@ -142,7 +142,6 @@ gnutls_SessionHandshake( tls_session_t *p_session, int fd )
gnutls_transport_set_ptr
(
p_sys
->
session
,
(
gnutls_transport_ptr
)
fd
);
gnutls_transport_set_ptr
(
p_sys
->
session
,
(
gnutls_transport_ptr
)
fd
);
msg_Dbg
(
p_session
->
p_tls
,
"shaking hand..."
);
do
do
/* TODO: handle fatal error */
/* TODO: handle fatal error */
val
=
gnutls_handshake
(
p_sys
->
session
);
val
=
gnutls_handshake
(
p_sys
->
session
);
...
@@ -157,7 +156,6 @@ gnutls_SessionHandshake( tls_session_t *p_session, int fd )
...
@@ -157,7 +156,6 @@ gnutls_SessionHandshake( tls_session_t *p_session, int fd )
free
(
p_session
);
free
(
p_session
);
return
NULL
;
return
NULL
;
}
}
msg_Dbg
(
p_session
->
p_tls
,
"shaked hand."
);
return
p_session
;
return
p_session
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment