diff options
| author | Lennart Poettering <lennart@poettering.net> | 2008-10-13 19:28:14 +0200 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2008-10-13 19:28:14 +0200 | 
| commit | 65ea1a282b88ab263efdf940a10ca20c405d37a1 (patch) | |
| tree | f5a7c6daa299bfc2515b02ea3390a4f53aedb192 | |
| parent | 8e3e88df8b4f9eb82d305e04b23b22574fb7847d (diff) | |
correctly load module-flat-volume instead of module-flat-volumes
| -rwxr-xr-x | src/daemon/default.pa.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in index ae54c0a8..a8318766 100755 --- a/src/daemon/default.pa.in +++ b/src/daemon/default.pa.in @@ -73,7 +73,7 @@ load-module module-native-protocol-unix  #load-module module-rtp-send source=rtp.monitor  ### Enable flat volumes where possible -load-module module-flat-volumes +load-module module-flat-volume  ### Automatically restore the volume of streams and devices  load-module module-device-restore  | 
