| 1 | diff -ur src/target.c src/target.c
|
|---|
| 2 | --- src/target.c
|
|---|
| 3 | +++ src/target.c
|
|---|
| 4 | @@ -865,6 +865,7 @@
|
|---|
| 5 | }
|
|---|
| 6 | if (!sess->LoginStarted) {
|
|---|
| 7 | sess->LoginStarted = 1;
|
|---|
| 8 | + sess->StatSN = cmd.ExpStatSN;
|
|---|
| 9 | }
|
|---|
| 10 | /*
|
|---|
| 11 | * For now, we accept what ever the initiators' current and next
|
|---|