From: Miloslav T. <mi...@re...> - 2006-03-12 02:52:41
|
Nico Golde napsal(a): > Hi, > * Miloslav Trmac <mi...@re...> [2006-03-12 01:25]: > [...] >> - if (retval = krb5_cc_get_principal(context, ccdef, &client)) { >> + if ((retval = krb5_cc_get_principal(context, ccdef, &client)) != 0) { > > [...] > What is your point here? I can't see a real reason to do > this because its the same. No real change, just avoiding gcc warnings to better see the warnings that detect real bugs. Mirek |