diff options
-rw-r--r-- | opentracker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentracker.c b/opentracker.c index e415cc3..00b73a3 100644 --- a/opentracker.c +++ b/opentracker.c | |||
@@ -335,7 +335,7 @@ ANNOUNCE_WORKAROUND: | |||
335 | if(!byte_diff(data,7,"stopped")) OT_FLAG( &peer ) |= PEER_FLAG_STOPPED; | 335 | if(!byte_diff(data,7,"stopped")) OT_FLAG( &peer ) |= PEER_FLAG_STOPPED; |
336 | break; | 336 | break; |
337 | case 9: | 337 | case 9: |
338 | if(!byte_diff(data,9,"complete")) OT_FLAG( &peer ) |= PEER_FLAG_COMPLETED; | 338 | if(!byte_diff(data,9,"completed")) OT_FLAG( &peer ) |= PEER_FLAG_COMPLETED; |
339 | default: /* Fall through intended */ | 339 | default: /* Fall through intended */ |
340 | break; | 340 | break; |
341 | } | 341 | } |