Commit fc62b9fc authored by Richard Sharpe's avatar Richard Sharpe Committed by Gerald (Jerry) Carter
Browse files

r501: Fix a small cut-n-pasteo ...

(This used to be commit b1825184d313b97c7fa232990f60962aa86e7e17)
parent 4f9c8e28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1253,7 +1253,7 @@ BOOL local_sid_to_gid(gid_t *pgid, const DOM_SID *psid, enum SID_NAME_USE *name_
			}

			if (!sid_peek_rid(psid, &rid)) {
				DEBUG(10,("local_sid_to_uid: invalid SID!\n"));
				DEBUG(10,("local_sid_to_gid: invalid SID!\n"));
					return False;
			}