]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - vss.c
kill the reposition handler in struct audio_format_handler
[paraslash.git] / vss.c
diff --git a/vss.c b/vss.c
index 4a395593f3aa1a6a5038b3d3c23330c6b0ea5610..133ed19fa833f467137a94378180173defec4df1 100644 (file)
--- a/vss.c
+++ b/vss.c
@@ -25,7 +25,7 @@
 #include "server.h"
 #include <sys/time.h> /* gettimeofday */
 #include "server.cmdline.h"
-#include "db.h"
+#include "afs.h"
 #include "afh.h"
 #include "vss.h"
 #include "send.h"
@@ -482,8 +482,6 @@ again:
                }
                mmd->chunks_sent = 0;
        }
-       if (af && vss_repos() && mmd->current_chunk != mmd->repos_request)
-               af->reposition_stream(mmd->repos_request);
        if (vss_repos()) {
                mmd->new_vss_status_flags &= ~(VSS_REPOS);
                mmd->current_chunk = mmd->repos_request;