projects
/
cubemap
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43295b9
)
Minor deduplication.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sun, 1 Dec 2013 01:41:15 +0000
(
02:41
+0100)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sun, 1 Dec 2013 01:41:15 +0000
(
02:41
+0100)
config.cpp
patch
|
blob
|
history
diff --git
a/config.cpp
b/config.cpp
index
3122cc5
..
cce70e9
100644
(file)
--- a/
config.cpp
+++ b/
config.cpp
@@
-331,7
+331,7
@@
bool parse_udpstream(const ConfigLine &line, Config *config)
UDPStreamConfig udpstream;
string hostport = line.arguments[0];
- if (!parse_hostport(
line.arguments[0]
, &udpstream.dst)) {
+ if (!parse_hostport(
hostport
, &udpstream.dst)) {
return false;
}