mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
pwd_mkdb: Cosmetic nit.
Sponsored by: Klara, Inc.
This commit is contained in:
parent
87eea35e3f
commit
fcaae06579
1 changed files with 2 additions and 1 deletions
|
|
@ -94,10 +94,11 @@ main(int argc, char *argv[])
|
|||
uint32_t store;
|
||||
const char *t;
|
||||
char *p;
|
||||
char buf[MAX(MAXPATHLEN, LINE_MAX * 2)], tbuf[1024];
|
||||
char buf[MAX(MAXPATHLEN, LINE_MAX * 2)];
|
||||
char sbuf[MAX(MAXPATHLEN, LINE_MAX * 2)];
|
||||
char buf2[MAXPATHLEN];
|
||||
char sbuf2[MAXPATHLEN];
|
||||
char tbuf[1024];
|
||||
char *username;
|
||||
u_int method, methoduid;
|
||||
int Cflag, dflag, iflag;
|
||||
|
|
|
|||
Loading…
Reference in a new issue