set storeproc for non-linux
authorDerrick Brashear <shadow@dementia.org>
Sat, 6 Feb 2010 00:54:22 +0000 (19:54 -0500)
committerDerrick Brashear <shadow|account-1000005@unknown>
Sat, 6 Feb 2010 01:11:21 +0000 (17:11 -0800)
forgot to push this with 0683c04a

Change-Id: Ifce009ed8b2877befc364b831a185126bf692ede
Reviewed-on: http://gerrit.openafs.org/1247
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>

src/afs/afs_fetchstore.c

index dd9c2b8..21222fc 100644 (file)
@@ -273,7 +273,8 @@ struct storeOps rxfs_storeUfsOps = {
     rxfs_storeStatus,
     rxfs_storePadd,
     rxfs_storeClose,
-    rxfs_storeDestroy
+    rxfs_storeDestroy,
+    afs_GenericStoreProc
 #else
     .prepare =         rxfs_storeUfsPrepare,
     .read =    rxfs_storeUfsRead,
@@ -284,6 +285,8 @@ struct storeOps rxfs_storeUfsOps = {
     .destroy = rxfs_storeDestroy,
 #ifdef AFS_LINUX26_ENV
     .storeproc = afs_linux_storeproc
+#else
+    .storeproc = afs_GenericStoreProc
 #endif
 #endif
 };