states: __set_sm_cur_stree() should not change the fake_cur_stree()
commit6e9820f295e2efe970024ed3dd3401c61dcf6746
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 15 Feb 2016 15:02:50 +0000 (15 18:02 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 15 Feb 2016 15:02:50 +0000 (15 18:02 +0300)
tree98b610d028c589321b8d6ab22170eed58491f55b
parentb835d7c05eaedbf669aa690c08748cca59328494
states: __set_sm_cur_stree() should not change the fake_cur_stree()

The __set_sm_cur_stree() function is used internally to, among other
things, reset the cur_stree() back to the original state.  If it changes
the fake_cur_stree that means we assume the user set those settings which
is not what we want.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_states.c