mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1750] [MERGED] [FIX] Rust: fix unsetting source udp address when not specified by the user #2473
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1750
Author: @pszemus
Created: 9/15/2025
Status: ✅ Merged
Merged: 10/22/2025
Merged by: @prateekmedia
Base:
master← Head:udp-source-fix📝 Commits (2)
055ef8cRust: fix unsetting source udp address when not specified by the userd35d53aRust: Fix--udp [[src@]host:]portparameter📊 Changes
2 files changed (+25 additions, -16 deletions)
View changed files
📝
src/rust/src/args.rs(+3 -4)📝
src/rust/src/parser.rs(+22 -12)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
source udp address should not be set if not specified by the user
fixes: https://github.com/CCExtractor/ccextractor/issues/1749
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.