diff options
| author | Lennart Poettering <lennart@poettering.net> | 2006-08-23 22:28:53 +0000 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2006-08-23 22:28:53 +0000 | 
| commit | 8f5b86b77d75b9e4287942c30d3b5d4c42b8afb2 (patch) | |
| tree | c428225aefc60ee854f2dab60e019a0dab9d9b09 | |
| parent | 2575b446372b249fddb2cc792c089985901de7f2 (diff) | |
fix handling of "mtu" module argument (patch by "theBear")
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1329 fefdeb5f-60dc-0310-8127-8f9354f1896f
| -rw-r--r-- | src/modules/rtp/module-rtp-send.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/rtp/module-rtp-send.c b/src/modules/rtp/module-rtp-send.c index 61dd0047..7bbfabee 100644 --- a/src/modules/rtp/module-rtp-send.c +++ b/src/modules/rtp/module-rtp-send.c @@ -81,6 +81,7 @@ static const char* const valid_modargs[] = {      "rate",      "destination",      "port", +    "mtu" ,      "loop",      NULL  };  | 
