ref: 034d9293bd0a87e13cae9163467c44d985422749
parent: 4d5c816be5424993e41a7cac52967f42907e6128
author: Jean-Baptiste Kempf <jb@videolan.org>
date: Mon May 10 06:03:06 EDT 2010
Try other methods also if GetBusKey fails instead of failing completely
--- a/src/css.c
+++ b/src/css.c
@@ -425,7 +425,7 @@
/* We need to authenticate again every time to get a new session key */
if( GetBusKey( dvdcss ) < 0 )
{
- return -1;
+ i_ret = -1;
}
/* Get encrypted title key */