diff options
author | des <des@FreeBSD.org> | 2002-05-03 12:56:29 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-05-03 12:56:29 +0000 |
commit | 685ad19af41da65a7c7ed8a8afec6b2e26027875 (patch) | |
tree | 50514b6d49b28f8112f6390459c7b5123f576698 /contrib | |
parent | d26e256ae9800ddcf258a18647d887a1b71cc3de (diff) | |
parent | b12f600bff4440103dc855cc938cc66c10809ebc (diff) | |
download | FreeBSD-src-685ad19af41da65a7c7ed8a8afec6b2e26027875.zip FreeBSD-src-685ad19af41da65a7c7ed8a8afec6b2e26027875.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r95978,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/openpam/lib/openpam_configure.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/openpam/lib/openpam_configure.c b/contrib/openpam/lib/openpam_configure.c index a66f823..5c7ca18 100644 --- a/contrib/openpam/lib/openpam_configure.c +++ b/contrib/openpam/lib/openpam_configure.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/lib/openpam_configure.c#2 $ + * $P4: //depot/projects/openpam/lib/openpam_configure.c#3 $ */ #include <ctype.h> @@ -257,7 +257,7 @@ int openpam_configure(pam_handle_t *pamh, const char *service) { - pam_chain_t *other[PAM_NUM_CHAINS]; + pam_chain_t *other[PAM_NUM_CHAINS] = { 0 }; int i, n, r; /* try own configuration first */ |