Fix handling of initial datagram SPTPS packet.
[tinc] / src / protocol.h
index 1211f9f..9030ce5 100644 (file)
@@ -47,7 +47,6 @@ typedef enum request_t {
        CONTROL,
        REQ_PUBKEY, ANS_PUBKEY,
        REQ_SPTPS,
-       REQ_PACKET,
        LAST                                            /* Guardian for the highest request number */
 } request_t;