Author: obnox
Date: 2007-05-22 21:17:31 +0000 (Tue, 22 May 2007)
New Revision: 23082

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23082

Log:
Ooops - that portion of the last checkin was by accident.
Before comitting that, I have to verify that it does not
break anything...

Michael


Modified:
   branches/SAMBA_3_0/source/rpc_client/cli_lsarpc.c


Changeset:
Modified: branches/SAMBA_3_0/source/rpc_client/cli_lsarpc.c
===================================================================
--- branches/SAMBA_3_0/source/rpc_client/cli_lsarpc.c   2007-05-22 21:04:56 UTC 
(rev 23081)
+++ branches/SAMBA_3_0/source/rpc_client/cli_lsarpc.c   2007-05-22 21:17:31 UTC 
(rev 23082)
@@ -214,8 +214,8 @@
                        }
 
                } else {
-                       (names)[i] = "";
-                       (domains)[i] = "";
+                       (names)[i] = NULL;
+                       (domains)[i] = NULL;
                        (types)[i] = SID_NAME_UNKNOWN;
                }
        }

Reply via email to