]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/transfer.go
Fix panic on empty news path
[rbdr/mobius] / hotline / transfer.go
index 1257f8a33825285d2501373e4b44f870c21fa416..5cb28c8e60fba1927470860ba22597485c28fe83 100644 (file)
@@ -9,7 +9,7 @@ import (
 
 type transfer struct {
        Protocol        [4]byte // "HTXF" 0x48545846
-       ReferenceNumber [4]byte // Unique ID generated for the transfer
+       ReferenceNumber [4]byte // Unique Type generated for the transfer
        DataSize        [4]byte // File size
        RSVD            [4]byte // Not implemented in Hotline Protocol
 }