]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 11 Nov 2010 21:37:48 +0000 (15:37 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 11 Nov 2010 21:37:58 +0000 (15:37 -0600)
src/switch_core_file.c

index af3897e48cba4ab8014e10f2dfa6e0a9c43e25bb..76b6b29fadc8a1c3a20155cb97f56d6297c8ff46 100644 (file)
@@ -411,7 +411,6 @@ SWITCH_DECLARE(switch_status_t) switch_core_file_seek(switch_file_handle_t *fh,
        int ok = 1;
        
        switch_assert(fh != NULL);
-       switch_assert(fh->file_interface != NULL);
 
        if (!switch_test_flag(fh, SWITCH_FILE_OPEN) || !fh->file_interface->file_seek) {
                ok = 0;