recalculating zmswap at this point is unnesessary
This commit is contained in:
parent
3afa8937d8
commit
873bb9902b
|
@ -4216,9 +4216,6 @@ void MonitorStream::runStream()
|
|||
}
|
||||
if ( buffered_playback )
|
||||
{
|
||||
char swap_path[PATH_MAX] = "";
|
||||
|
||||
snprintf( swap_path, sizeof(swap_path), "%s/zmswap-m%d/zmswap-q%06d", config.path_swap, monitor->Id(), connkey );
|
||||
Debug( 1, "Cleaning swap files from %s", swap_path );
|
||||
struct stat stat_buf;
|
||||
if ( stat( swap_path, &stat_buf ) < 0 )
|
||||
|
|
Loading…
Reference in New Issue