diff options
author | Jim McDonough <jmcd@samba.org> | 2004-02-23 02:54:03 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2004-02-23 02:54:03 +0000 |
commit | 4319df7fdc2d878c509381923cc1db4d731620ba (patch) | |
tree | 7fbba4fa3a4fc4d414a2459d2d4fffc95db9145b /source/sam | |
parent | 003318939f7e476f5f2a5f345e8a81a228fc89a7 (diff) | |
download | samba-4319df7fdc2d878c509381923cc1db4d731620ba.tar.gz samba-4319df7fdc2d878c509381923cc1db4d731620ba.tar.xz samba-4319df7fdc2d878c509381923cc1db4d731620ba.zip |
Janitor for tpot...bugzilla #1098, msleep already exists on aix
Diffstat (limited to 'source/sam')
-rw-r--r-- | source/sam/idmap_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sam/idmap_ldap.c b/source/sam/idmap_ldap.c index a2afd7d424a..55f45784481 100644 --- a/source/sam/idmap_ldap.c +++ b/source/sam/idmap_ldap.c @@ -351,7 +351,7 @@ static NTSTATUS ldap_next_rid(struct ldap_idmap_state *state, uint32 *rid, attempts += 1; sleeptime %= 100; - msleep(sleeptime); + smb_msleep(sleeptime); } } |