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
This commit is contained in:
Lennart Poettering 2006-08-23 22:28:53 +00:00
parent 2575b44637
commit 8f5b86b77d

View file

@ -81,6 +81,7 @@ static const char* const valid_modargs[] = {
"rate",
"destination",
"port",
"mtu" ,
"loop",
NULL
};