1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-05 12:23:50 +03:00

sync'ing up for 3.0alpha20 release

This commit is contained in:
Gerald Carter
-
parent b5d03c7b55
commit 65e7b5273b
176 changed files with 10983 additions and 6381 deletions

View File

@@ -1240,8 +1240,8 @@ typedef struct job_info_ctr_info
{
union
{
JOB_INFO_1 **job_info_1;
JOB_INFO_2 **job_info_2;
JOB_INFO_1 *job_info_1;
JOB_INFO_2 *job_info_2;
void *info;
} job;