Corrected a define for temp variable in mbpasswd

This commit is contained in:
Michiel Broek 2002-06-01 14:05:59 +00:00
parent 39599537ff
commit 8911a7c5b5
2 changed files with 4 additions and 1 deletions

View File

@ -333,6 +333,7 @@ v0.33.20 10-Feb-2002
mbpasswd:
Added support for vpopmail, vpasswd command.
Corrected a define for temp variable.
mbuser:
Added support for vpopmail, vdeluser command.

View File

@ -732,7 +732,9 @@ int main(int argc, char *argv[])
int pfd, tfd;
#endif
char *cp;
char temp[128];
#ifdef _VPOPMAIL_PATH
char temp[PATH_MAX];
#endif
/*
* Init $MBSE_ROOT/etc/login.defs file before the *pw gets overwritten.