greetz Michael diff --git a/lcptools/lcptools.c b/lcptools/lcptools.c --- a/lcptools/lcptools.c +++ b/lcptools/lcptools.c @@ -105,7 +105,7 @@ * if the nv object need authentication */ if ( auth != NULL ) { - set_nv_secret(hcontext, hnvstore, &hpolobj, auth, auth_length); + result = set_nv_secret(hcontext, hnvstore, &hpolobj, auth, auth_length); CHECK_TSS_RETURN_VALUE("set_nv_secret", result, ret); }
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ tboot-devel mailing list tboot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tboot-devel