Commit 5922f6ed authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(legacy) xmlrpc sync, client, send last uid/gid

(cherry picked from commit 93900e30)
parent 4ab3d3eb
......@@ -199,7 +199,7 @@ function carp_sync_xml($url, $username, $password, $sections, $method = 'opnsens
}
// when syncing users, send last used uid/gid over
if (in_array('user', $sections)) {
if (in_array('system.user', $sections)) {
if (!in_array('system', $transport_data)) {
$transport_data['system'] = array();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment