mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
fix some extrasemi compile warnings
This commit is contained in:
parent
42fbbeb1ca
commit
cbdb79b7a1
@ -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…
Reference in New Issue
Block a user