diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2008-03-19 14:46:59 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2008-03-19 14:46:59 +0000 |
| commit | 76fd2245b5dc6793b57cc7c3bf4fc6af7a352563 (patch) | |
| tree | 0ae354b8af76926a31947d53202545980b36afe4 /contrib/cvs/src/modules.c | |
| parent | 274835303c48ac29e7fd30a670e7a02fe78595e2 (diff) | |
Notes
Diffstat (limited to 'contrib/cvs/src/modules.c')
| -rw-r--r-- | contrib/cvs/src/modules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cvs/src/modules.c b/contrib/cvs/src/modules.c index eed551ebe0b4..5cbc2ecca5e1 100644 --- a/contrib/cvs/src/modules.c +++ b/contrib/cvs/src/modules.c @@ -129,7 +129,7 @@ my_module (db, mname, m_type, msg, callback_proc, where, shorten, char *line; int modargc; int xmodargc; - char **modargv; + char **modargv = NULL; char **xmodargv = NULL; /* Found entry from modules file, including options and such. */ char *value = NULL; |
