commit | 13c48f728080ebe3b20252e124f42f85d240770b | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Fri Sep 10 21:19:13 2004 +0000 |
committer | hasso <hasso> | Fri Sep 10 21:19:13 2004 +0000 |
tree | 685efc1bedf96153eaee42a9ed4c1dfce44c78ca | |
parent | f390d2c7839c04100e4de8246215ce10ea96b653 [diff] [blame] |
Fixes from LIU Xin.
diff --git a/isisd/isis_pdu.c b/isisd/isis_pdu.c index cae3461..c7142ee 100644 --- a/isisd/isis_pdu.c +++ b/isisd/isis_pdu.c
@@ -812,8 +812,10 @@ */ adj = isis_new_adj (hdr.source_id, ssnpa, level, circuit); if (adj == NULL) - retval = ISIS_ERROR; - goto out; + { + retval = ISIS_ERROR; + goto out; + } adj->level = level; isis_adj_state_change (adj, ISIS_ADJ_INITIALIZING, NULL);