|
From: <he...@us...> - 2013-05-24 10:21:48
|
Revision: 184
http://sourceforge.net/p/pdbsql/code/184
Author: herwinw
Date: 2013-05-24 10:21:44 +0000 (Fri, 24 May 2013)
Log Message:
-----------
Fixed a compile warning on 64bit platforms
Incompatible types
Modified Paths:
--------------
branches/pdbsql_36/pdb_multi.c
Modified: branches/pdbsql_36/pdb_multi.c
===================================================================
--- branches/pdbsql_36/pdb_multi.c 2013-05-11 08:25:03 UTC (rev 183)
+++ branches/pdbsql_36/pdb_multi.c 2013-05-24 10:21:44 UTC (rev 184)
@@ -286,7 +286,7 @@
struct samu *user,
struct dom_sid **pp_sids,
gid_t **pp_gids,
- size_t *p_num_groups)
+ uint32_t *p_num_groups)
{
DEBUG(1, ("This function is not implemented yet\n"));
return NT_STATUS_NOT_IMPLEMENTED;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|