Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style adjustment to dns.c, only the part that already changed #208

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

josuah
Copy link

@josuah josuah commented Jan 24, 2021

  • no need for a struct around remote.buf anymore, convert to plain (char *),
  • check for failure (if (!buf) ERR) rather than success (if (buf) ... else ERR
    for consistency with surrounding code,
  • small style changes.

dns.c Outdated Show resolved Hide resolved
@DerDakon
Copy link
Member

ping?

@josuah
Copy link
Author

josuah commented Sep 27, 2021

pong!
here we go: line was not changed and did change removed.

@josuah josuah force-pushed the josuah-oversize-dns-style branch from f993b32 to 7a84abc Compare May 9, 2022 17:01
@josuah josuah added enhancement New feature or request development and removed enhancement New feature or request labels May 9, 2022
dns.c Outdated Show resolved Hide resolved
@josuah josuah force-pushed the josuah-oversize-dns-style branch 3 times, most recently from c1e956c to ca77651 Compare November 20, 2022 21:01
- no need for a struct around remote.buf anymore, convert to plain (char *),
- check for failure (`if (!buf) ERR`) rather than success (`if (buf) ... else ERR`
  for consistency with surrounding code,
- small style changes.
@DerDakon DerDakon self-requested a review November 21, 2022 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants