kadmin: ext.c -Wcalloc-transposed args
commit1ffff7e4fff608c917a2b24f71e6ec6e0823d699
authorJeffrey Altman <jaltman@auristor.com>
Tue, 4 Jun 2024 02:25:24 +0000 (3 22:25 -0400)
committerJeffrey Altman <jaltman@auristor.com>
Tue, 4 Jun 2024 10:22:37 +0000 (4 06:22 -0400)
treee2cd63712478c98c2585c5089bcb37f120ba3344
parentb74ab765c7b066e1b16a025d3e856dea9a570dbc
kadmin: ext.c -Wcalloc-transposed args

warning: 'calloc' sizes specified with 'sizeof' in the earlier argument
and not in the later argument [-Wcalloc-transposed-args].

Swap the args.
kadmin/ext.c