diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2014-08-30 08:32:10 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2014-08-30 08:32:10 +0000 |
commit | 940c02e4903e957db965991c58be73e3400e31b0 (patch) | |
tree | 084e3d3e33ea0335becfb4838134b2f4fc83731d /src | |
parent | 0309a1cddc6f24c340f414237499d5033a79d540 (diff) |
missing state rename
Diffstat (limited to 'src')
-rw-r--r-- | src/include/gnunet_transport_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h index e7ee35d3c..e18f7c360 100644 --- a/src/include/gnunet_transport_service.h +++ b/src/include/gnunet_transport_service.h @@ -595,7 +595,7 @@ enum GNUNET_TRANSPORT_PeerState * alternative session to the other peer and waiting for a * SYN_ACK to make this our primary connection. */ - GNUNET_TRANSPORT_PS_CONNECTED_SWITCHING_SYN_SENT, + GNUNET_TRANSPORT_PS_SWITCH_SYN_SENT, /** * Disconnect in progress (we're sending the DISCONNECT message to the |