Searched refs:masterauth (Results 1 – 4 of 4) sorted by relevance
396 zfree(server.masterauth); in loadServerConfigFromString()397 server.masterauth = argv[1][0] ? zstrdup(argv[1]) : NULL; in loadServerConfigFromString()925 zfree(server.masterauth);926 server.masterauth = ((char*)o->ptr)[0] ? zstrdup(o->ptr) : NULL;1336 config_get_string_field("masterauth",server.masterauth);2148 rewriteConfigStringOption(state,"masterauth",server.masterauth,NULL);
1674 if (server.masterauth) { in syncWithMaster()1675 err = sendSynchronousCommand(SYNC_CMD_WRITE,fd,"AUTH",server.masterauth,NULL); in syncWithMaster()
1155 char *masterauth; /* AUTH with this password with master */ member
1651 server.masterauth = NULL; in initServerConfig()