# HG changeset patch # User Sebastien Decugis # Date 1368755167 -28800 # Node ID ea3a653a809ed06ae8672c33cfd141df313e9a7b # Parent 799323958f02cd03fef8632059924698b73b2513 Fix warning on OpenSUSE diff -r 799323958f02 -r ea3a653a809e libfdcore/cnxctx.c --- a/libfdcore/cnxctx.c Thu May 16 15:33:13 2013 +0800 +++ b/libfdcore/cnxctx.c Fri May 17 09:46:07 2013 +0800 @@ -1408,6 +1408,9 @@ } break; + default: + fd_log_debug("\t - unknown session type (%d)", cred); + } /* switch */ if (ecdh != 0)