Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
f78b9464
Commit
f78b9464
authored
Sep 09, 2006
by
Rémi Denis-Courmont
Browse files
Don't use someone's else domain in our default values
parent
548935b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/ftp.c
View file @
f78b9464
...
...
@@ -64,7 +64,7 @@ vlc_module_begin();
CACHING_TEXT
,
CACHING_LONGTEXT
,
VLC_TRUE
);
add_string
(
"ftp-user"
,
"anonymous"
,
NULL
,
USER_TEXT
,
USER_LONGTEXT
,
VLC_FALSE
);
add_string
(
"ftp-pwd"
,
"anonymous@
dummy.org
"
,
NULL
,
PASS_TEXT
,
add_string
(
"ftp-pwd"
,
"anonymous@
example.com
"
,
NULL
,
PASS_TEXT
,
PASS_LONGTEXT
,
VLC_FALSE
);
add_string
(
"ftp-account"
,
"anonymous"
,
NULL
,
ACCOUNT_TEXT
,
ACCOUNT_LONGTEXT
,
VLC_FALSE
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment