From: Victor Julien Date: Wed, 22 Feb 2017 15:34:37 +0000 (+0100) Subject: app-layer: minor debug improvement X-Git-Tag: suricata-4.0.0-beta1~270 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a86b7b704217c2772e43c4aacb64bfa807bd0a0e;p=thirdparty%2Fsuricata.git app-layer: minor debug improvement --- diff --git a/src/app-layer-detect-proto.c b/src/app-layer-detect-proto.c index 92bb37eefc..338d6e8149 100644 --- a/src/app-layer-detect-proto.c +++ b/src/app-layer-detect-proto.c @@ -1324,7 +1324,7 @@ AppProto AppLayerProtoDetectGetProto(AppLayerProtoDetectThreadCtx *tctx, alproto = AppLayerProtoDetectPPGetProto(f, buf, buflen, ipproto, direction); end: - SCReturnCT(alproto, "AppProto"); + SCReturnUInt(alproto); } static void AppLayerProtoDetectFreeProbingParsers(AppLayerProtoDetectProbingParser *pp)