Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
libnice
libnice
Commits
3a725145
Commit
3a725145
authored
Oct 04, 2008
by
Youness Alaoui
Browse files
google does not use any password in requests
parent
d83123e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
agent/conncheck.c
View file @
3a725145
...
...
@@ -1127,6 +1127,9 @@ static
size_t
priv_get_password
(
NiceAgent
*
agent
,
Stream
*
stream
,
NiceCandidate
*
remote
,
uint8_t
**
password
)
{
if
(
agent
->
compatibility
==
NICE_COMPATIBILITY_GOOGLE
)
return
0
;
if
(
remote
&&
remote
->
password
)
{
*
password
=
(
uint8_t
*
)
remote
->
password
;
return
strlen
(
remote
->
password
);
...
...
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