1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r25701: Clarify comment

(This used to be commit cea496d216)
This commit is contained in:
Andrew Bartlett 2007-10-19 05:39:08 +02:00 committed by Stefan Metzmacher
parent c940bec8d7
commit 7619978553

View File

@ -238,7 +238,7 @@ static int partition_send_request(struct partition_context *ac, struct ldb_contr
}
}
/* Spray off search requests to all backends */
/* Spray off search requests the backend */
ret = ldb_next_request(backend, req);
if (ret != LDB_SUCCESS) {
return ret;