Browse code

bb#5475 fix in cli_scan_structured

David Raynor authored on 2012/07/24 03:43:36
Showing 1 changed files
... ...
@@ -1587,7 +1587,7 @@ static int cli_scan_structured(cli_ctx *ctx)
1587 1587
     if(ctx == NULL)
1588 1588
 	return CL_ENULLARG;
1589 1589
 
1590
-    map = ctx->fmap;
1590
+    map = *ctx->fmap;
1591 1591
 
1592 1592
     if(ctx->engine->min_cc_count == 1)
1593 1593
 	ccfunc = dlp_has_cc;