Whamcloud - gitweb
Small typo fix
authorpschwan <pschwan>
Fri, 21 Jun 2002 19:38:34 +0000 (19:38 +0000)
committerpschwan <pschwan>
Fri, 21 Jun 2002 19:38:34 +0000 (19:38 +0000)
lustre/ptlrpc/rpc.c

index b9b46f8..4929ce8 100644 (file)
@@ -40,7 +40,7 @@ int connmgr_setup(struct obd_device *obddev, obd_count len, void *buf)
 
         OBD_ALLOC(recovd->recovd_client, sizeof(*recovd->recovd_client));
         if (!recovd)
-                GOTO(err_dev, err = -ENOMEM);
+                GOTO(err_dec, err = -ENOMEM);
 
         err = recovd_setup(recovd);
         if (err)