changeset 1145:ea3a653a809e

Fix warning on OpenSUSE
author Sebastien Decugis <sdecugis@freediameter.net>
date Fri, 17 May 2013 09:46:07 +0800
parents 799323958f02
children fe4340e95815
files libfdcore/cnxctx.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)
"Welcome to our mercurial repository"