mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
fix some extrasemi compile warnings
(This used to be commit cbdb79b7a1044945e515a294f487e4c1a9c91be5)
This commit is contained in:
parent
8d7c7c674a
commit
67be6b3af7
@ -911,7 +911,7 @@ static const char *gp_reg_action_str(enum gp_reg_action action)
|
||||
default:
|
||||
return "unknown";
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
/****************************************************************
|
||||
****************************************************************/
|
||||
|
@ -115,7 +115,7 @@ const char *wbcErrorString(wbcErr error)
|
||||
}
|
||||
|
||||
return "unknown wbcErr value";
|
||||
};
|
||||
}
|
||||
|
||||
/** @brief Free library allocated memory
|
||||
*
|
||||
|
@ -5174,7 +5174,7 @@ FN_GLOBAL_INTEGER(lp_oplock_break_wait_time, &Globals.oplock_break_wait_time)
|
||||
FN_GLOBAL_INTEGER(lp_lock_spin_time, &Globals.iLockSpinTime)
|
||||
FN_GLOBAL_INTEGER(lp_usershare_max_shares, &Globals.iUsershareMaxShares)
|
||||
FN_GLOBAL_CONST_STRING(lp_socket_options, &Globals.szSocketOptions)
|
||||
FN_GLOBAL_INTEGER(lp_config_backend, &Globals.ConfigBackend);
|
||||
FN_GLOBAL_INTEGER(lp_config_backend, &Globals.ConfigBackend)
|
||||
|
||||
FN_LOCAL_STRING(lp_preexec, szPreExec)
|
||||
FN_LOCAL_STRING(lp_postexec, szPostExec)
|
||||
@ -5194,7 +5194,7 @@ FN_GLOBAL_STRING(lp_cups_server, &Globals.szCupsServer)
|
||||
FN_GLOBAL_STRING(lp_iprint_server, &Globals.szIPrintServer)
|
||||
FN_GLOBAL_CONST_STRING(lp_ctdbd_socket, &Globals.ctdbdSocket)
|
||||
FN_GLOBAL_LIST(lp_cluster_addresses, &Globals.szClusterAddresses)
|
||||
FN_GLOBAL_BOOL(lp_clustering, &Globals.clustering);
|
||||
FN_GLOBAL_BOOL(lp_clustering, &Globals.clustering)
|
||||
FN_LOCAL_STRING(lp_printcommand, szPrintcommand)
|
||||
FN_LOCAL_STRING(lp_lpqcommand, szLpqcommand)
|
||||
FN_LOCAL_STRING(lp_lprmcommand, szLprmcommand)
|
||||
|
Loading…
x
Reference in New Issue
Block a user