patches/exop-passwd.dif
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 9397 b16e349d18c5
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
--- servers/slapd/back-ldbm/passwd.c	2003/03/24 12:30:38	1.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
+++ servers/slapd/back-ldbm/passwd.c	2003/03/24 12:31:43
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
@@ -38,8 +38,8 @@
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
 	struct berval id = { 0, NULL };
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
 	struct berval new = { 0, NULL };
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
-	struct berval dn;
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
-	struct berval ndn;
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
+	struct berval dn = { 0, NULL };
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
+	struct berval ndn = { 0, NULL };
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
 	assert( reqoid != NULL );
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
 	assert( strcmp( LDAP_EXOP_MODIFY_PASSWD, reqoid ) == 0 );