Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ortmann committed May 3, 2024
1 parent ea1a61a commit 3547d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ static void dcc_bot_digest(int idx, char *challenge, char *password)

static char *get_bot_pass(struct userrec *u) {
char *pass2 = get_user(&USERENTRY_PASS2, u);
char * pass = get_user(&USERENTRY_PASS, u);
char *pass = get_user(&USERENTRY_PASS, u);
if (pass2) {
if (!pass) {
pass = pass2;
Expand Down

0 comments on commit 3547d22

Please sign in to comment.