MCPcopy Index your code
hub / github.com/RsyncProject/rsync / reset_daemon_vars

Function reset_daemon_vars

loadparm.c:253–256  ·  view source on GitHub ↗

Initialise the Default all_vars structure. */

Source from the content-addressed store, hash-verified

251
252/* Initialise the Default all_vars structure. */
253void reset_daemon_vars(void)
254{
255 memcpy(&Vars, &Defaults, sizeof Vars);
256}
257
258/* Assign a copy of v to *s. Handles NULL strings. We don't worry
259 * about overwriting a malloc'd string because the long-running

Callers 2

lp_loadFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected